summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-03-13 06:39:33 +0000
committerjmc <jmc@openbsd.org>2010-03-13 06:39:33 +0000
commit2c94581d1f3fa4de10417a733cf9e218c162faed (patch)
tree45dc497dfdc655b24a30e5782cafecfc730676f6
parent.Xt -> .Xr (diff)
downloadwireguard-openbsd-2c94581d1f3fa4de10417a733cf9e218c162faed.tar.xz
wireguard-openbsd-2c94581d1f3fa4de10417a733cf9e218c162faed.zip
no need for "-offset -0i";
-rw-r--r--share/man/man9/mbuf_tags.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9
index 0131373a99e..cfacc6c06aa 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.24 2007/05/31 19:20:00 jmc Exp $
+.\" $OpenBSD: mbuf_tags.9,v 1.25 2010/03/13 06:39:33 jmc Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -15,7 +15,7 @@
.\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: March 13 2010 $
.Dt MBUF_TAGS 9
.Os
.Sh NAME
@@ -67,7 +67,7 @@ If successful,
.Fn m_tag_get
returns a memory buffer of (len + sizeof (struct m_tag)) bytes.
The first sizeof(struct m_tag) bytes contain a struct m_tag:
-.Bd -literal -offset 0i
+.Bd -literal
struct m_tag {
SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
u_int16_t m_tag_id; /* Tag ID */