diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-02-08 20:13:05 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-02-08 20:13:05 +0000 |
commit | 2cb13ff2316690a42911fea42060ce34bc8ea2d5 (patch) | |
tree | ebbd169102eb98452a8c43a7cc23d90ae3d848d7 | |
parent | 34309687181dc672a968086c6ee235791bf8c8e9 (diff) |
.Nm packet tags -> .Nm mbuf_tags
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index 281cf251d56..66fe3c732d2 100644 --- a/share/man/man9/mbuf_tags.9 +++ b/share/man/man9/mbuf_tags.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf_tags.9,v 1.9 2001/08/03 15:21:17 mpech Exp $ +.\" $OpenBSD: mbuf_tags.9,v 1.10 2002/02/08 20:13:04 angelos Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -19,7 +19,7 @@ .Dt MBUF_TAGS 9 .Os .Sh NAME -.Nm packet tags +.Nm mbuf_tags .Nd a framework for generic packet attributes .Sh SYNOPSIS .Fd #include <sys/mbuf.h> |