From: jmc Date: Mon, 10 Sep 2018 13:52:37 +0000 (+0000) Subject: tweak previous; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3bbeda15eacd1fc6f60e3e70c3cbea486f79677b;p=openbsd tweak previous; --- 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 .\" 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"