summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-09-10 13:52:37 +0000
committerjmc <jmc@openbsd.org>2018-09-10 13:52:37 +0000
commit3bbeda15eacd1fc6f60e3e70c3cbea486f79677b (patch)
treeee4828f224c349fd4f372ea33b4c4a9a7da5aa55
parentMirror bluhm's fixes for proc.c daemons to dup /dev/null for child processes (diff)
downloadwireguard-openbsd-3bbeda15eacd1fc6f60e3e70c3cbea486f79677b.tar.xz
wireguard-openbsd-3bbeda15eacd1fc6f60e3e70c3cbea486f79677b.zip
tweak previous;
-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"