summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-11-21 00:24:21 +0000
committerrwatson <rwatson@FreeBSD.org>2004-11-21 00:24:21 +0000
commit47cc295ab66b6fef7668c7906d1393604950238c (patch)
treea913895babf6e214bc2a8932a32a1e42c1a31512
parent62072eecc4b3a73b698980cf15363348e6c8095b (diff)
downloadFreeBSD-src-47cc295ab66b6fef7668c7906d1393604950238c.zip
FreeBSD-src-47cc295ab66b6fef7668c7906d1393604950238c.tar.gz
Word choice fix; use .Fn for non-.Xr functions.
Submitted by: ru
-rw-r--r--share/man/man9/mbuf_tags.99
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9
index 82e0d8b..b83627a 100644
--- a/share/man/man9/mbuf_tags.9
+++ b/share/man/man9/mbuf_tags.9
@@ -20,7 +20,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 20, 2004
+.Dd Nov 18, 2004
.Dt MBUF_TAGS 9
.Os
.Sh NAME
@@ -66,7 +66,7 @@ Tags are maintained in chains off of the
.Xr mbuf 9
header, and maintained using a series of API calls to allocate, search, and
delete tags.
-Tags are identified using an ID and cookie that uniquely identifier a class
+Tags are identified using an ID and cookie that uniquely identify a class
of data tagged onto the packet, and may contain an arbitrary amount of
additional storage.
Typical uses of mbuf tags include the storage of VLAN tags as described in
@@ -79,7 +79,10 @@ and packet filter tags used by
.Xr pf 4 .
.Pp
Tags will be maintained across a variety of operations, including the copying
-of packet headers using facilities such as M_COPY_PKTHDR and M_MOVE_PKTHDR.
+of packet headers using facilities such as
+.Fn M_COPY_PKTHDR
+and
+.Fn M_MOVE_PKTHDR .
Any tags associated with an mbuf header will be automatically freed when the
mbuf is freed, although some subsystems will wish to delete the tags prior
to that time.
OpenPOWER on IntegriCloud