diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-10-12 15:26:41 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-10-12 15:26:41 +0000 |
commit | 8eb5921530687e5dc4b2afe5c276f4b9c687975f (patch) | |
tree | e3ece09b3f230ba97d7de432dd80051a269d871a /share/man | |
parent | 6ac17652bfe5f36586b88d0503657fcc019af27c (diff) |
Copy comment for M_LOOP from header file to mbuf(9).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index bc70b827f7a..e51d7651309 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.109 2017/06/19 18:36:13 jmc Exp $ +.\" $OpenBSD: mbuf.9,v 1.110 2017/10/12 15:26:40 bluhm Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 19 2017 $ +.Dd $Mdocdate: October 12 2017 $ .Dt MGET 9 .Os .Sh NAME @@ -298,7 +298,7 @@ protocol-specific. .Fa m_pkthdr.ether_vtag variable is valid. .It Dv M_LOOP -for mbuf statistics. +packet has been sent from local machine. .It Dv M_ACAST received as IPv6 anycast. .It Dv M_BCAST |