summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mbuf.9
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2004-08-28 03:46:18 +0000
committerjmg <jmg@FreeBSD.org>2004-08-28 03:46:18 +0000
commit3a05fa07b2c4d4bfb43357c49a207a29e9f01a37 (patch)
tree4da86003cc1bbb6d53925204e13d3318c52d4272 /share/man/man9/mbuf.9
parentfb64ba1c5535ee3d115e446e628de5826c235ba6 (diff)
downloadFreeBSD-src-3a05fa07b2c4d4bfb43357c49a207a29e9f01a37.zip
FreeBSD-src-3a05fa07b2c4d4bfb43357c49a207a29e9f01a37.tar.gz
document that m_free returns m_next of the free'd mbuf
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r--share/man/man9/mbuf.96
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 7158e43..d6572444 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 20, 2004
+.Dd August 27, 2004
.Dt MBUF 9
.Os
.\"
@@ -558,6 +558,10 @@ and zero out the data region.
.It Fn m_free mbuf
Frees
.Vt mbuf .
+Returns
+.Va m_next
+of the freed
+.Vt mbuf .
.El
.Pp
The functions below operate on
OpenPOWER on IntegriCloud