summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mbuf_tags.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
committerru <ru@FreeBSD.org>2005-01-12 21:48:25 +0000
commit024faad271beb979616e7563af236c1dcc0976db (patch)
tree55387cdd0f8237d019daf115b9f1109b18fa54ef /share/man/man9/mbuf_tags.9
parent4b344b0b27bf042f8881d962c957e2cfcde2366a (diff)
downloadFreeBSD-src-024faad271beb979616e7563af236c1dcc0976db.zip
FreeBSD-src-024faad271beb979616e7563af236c1dcc0976db.tar.gz
Scheduled mdoc(7) sweep.
Diffstat (limited to 'share/man/man9/mbuf_tags.9')
-rw-r--r--share/man/man9/mbuf_tags.98
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9
index b83627a..861b0bb 100644
--- a/share/man/man9/mbuf_tags.9
+++ b/share/man/man9/mbuf_tags.9
@@ -20,7 +20,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Nov 18, 2004
+.Dd November 18, 2004
.Dt MBUF_TAGS 9
.Os
.Sh NAME
@@ -122,7 +122,7 @@ and
cookie, respectively.
.Va m_tag_free
points to
-.Ft _m_tag_free .
+.Fn m_tag_free_default .
Following this structure are
.Va m_tag_len
bytes of space that can be used to store tag-specific information.
@@ -227,7 +227,9 @@ Free
using its
.Va m_tag_free
method.
-.Ft _m_tag_free
+The
+.Fn m_tag_free_default
+function
is used by default.
.It Fn m_tag_init mbuf
Initialize the tag storage for packet
OpenPOWER on IntegriCloud