diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-29 16:43:55 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-29 16:43:55 +0000 |
commit | fe36b2a286e429fb299122d398501429711630d6 (patch) | |
tree | 9e544046d819d3968768f1644d3da8a14fea0e81 /share/man/man9/mbuf.9 | |
parent | e15f69614dad01ba7030831a1fb62013d42d1c92 (diff) |
restore a line that was removed by blambert@ along with MCHTYPE.
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r-- | share/man/man9/mbuf.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 98cae1b9a2b..c104a5b0182 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.45 2010/01/10 10:53:33 jmc Exp $ +.\" $OpenBSD: mbuf.9,v 1.46 2010/05/29 16:43:54 damien 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: January 10 2010 $ +.Dd $Mdocdate: May 29 2010 $ .Dt MBUF 9 .Os .Sh NAME @@ -673,6 +673,7 @@ in the mbuf pointed to by .It Fn M_TRAILINGSPACE "struct mbuf *m" Compute the amount of space available after the end of data in the mbuf pointed to by +.Fa m . .El .Sh CODE REFERENCES The mbuf management functions are implemented in the files |