diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-29 08:13:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-29 08:13:09 +0000 |
commit | 764eb96a3b466a7a8fef2df5645a7c2b27dd3fd3 (patch) | |
tree | 7b80764fafde314597a9ec26348646b4ec66b81d /share | |
parent | 394d11ba2db91033950bcc1a06b4ba5d1f391584 (diff) |
MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan Gordeev
ok thib
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 4f098151c12..c915497b4ed 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.32 2008/04/13 14:13:14 jmc Exp $ +.\" $OpenBSD: mbuf.9,v 1.33 2008/08/29 08:13:08 jmc 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: April 13 2008 $ +.Dd $Mdocdate: August 29 2008 $ .Dt MBUF 9 .Os .Sh NAME @@ -259,7 +259,7 @@ for mbuf statistics. An external cluster is used when the data to hold in the mbuf is large. The size of an external cluster is MCLBYTES -.Pq also defined in Aq Pa machine/param.h . +.Pq also defined in Aq Pa sys/param.h . A cluster should be used when the size of the data reach MINCLSIZE (the minimum size to be held by an external cluster). .Pp |