summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-27 13:53:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-27 13:53:57 +0000
commit96f2e1c0ee3c4bc1ecadb82ac5e3f5daa3529be8 (patch)
treec2f95b084c884526634a1704c76a4f2e7a3c8241 /share/man
parent20814c85ea6528f7a9f81653cb2314eadb8462bb (diff)
replace wonky macro;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/mbuf_tags.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9
index ef4a7b15724..9003d9e1248 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.21 2007/05/27 05:33:39 henning Exp $
+.\" $OpenBSD: mbuf_tags.9,v 1.22 2007/05/27 13:53:56 jmc Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -48,7 +48,7 @@ These functions allow the manipulation of generic packet attributes.
They are used by the kernel to keep track of operations done or
scheduled to happen to packets.
These attributes are attached to mbuf packet headers.
-.Dd
+.Pp
Mbuf tags get allocated using
.Xr malloc 9 ,
thus, due to the performance impact, mbuf tags should be used with care.