diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-13 10:59:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-13 10:59:50 +0000 |
commit | 833bc1a0c02a706c42287b72ca3791c12ca5a61e (patch) | |
tree | 8bf5c159df118f370099ad20e077cd1da837673c /share | |
parent | 52f995584f1bfcd295204260543979616ea49ba0 (diff) |
tweak previous; ok dlg
Diffstat (limited to 'share')
-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 52a1c98375c..dd6e5411a6b 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.74 2014/07/13 09:52:48 dlg Exp $ +.\" $OpenBSD: mbuf.9,v 1.75 2014/07/13 10:59:49 jmc Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -640,8 +640,8 @@ for a description of "void (*free)(caddr_t, u_int, void *)" "void *arg" Add pre-allocated storage to the mbuf pointed to by .Fa m . -On success, the flag M_EXT is set in the mbuf, and M_EXTWR if specified in -.Fa flags .. +On success, the flag M_EXT is set in the mbuf, and M_EXTWR is specified in +.Fa flags . .It Fn M_ALIGN "struct mbuf *m" "int len" Set the .Fa m_data |