summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-09-10 13:52:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-09-10 13:52:38 +0000
commit281e20b66a070c57c9027f4cc4d52e1c4053a9aa (patch)
treeb606382efee091eacddd8ca9c6a0c8eaa9479f16 /share/man/man9
parentfdec409fea0c0c3d64a560fed8e7439a7a214651 (diff)
tweak previous;
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/mbuf.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index d08f1d246e0..c8a9946de0c 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.112 2018/09/10 12:47:02 bluhm Exp $
+.\" $OpenBSD: mbuf.9,v 1.113 2018/09/10 13:52:37 jmc Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -490,16 +490,16 @@ See
for a description of
.Fa how .
.It Fn m_removehdr "struct mbuf *m"
-Convert a mbuf with packet header to one without.
+Convert an mbuf with packet header to one without.
Delete all
.Xr pf 4
-data and all tags attached to a
+data and all tags attached to an
.Fa mbuf .
Keep the data and mbuf chain, clear the packet header.
.It Fn m_resethdr "struct mbuf *m"
Delete all
.Xr pf 4
-data and all tags attached to a
+data and all tags attached to an
.Fa mbuf .
Keep the data and mbuf chain, initialize the packet header.
.It Fn m_gethdr "int how" "int type"