summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2002-06-12 07:25:36 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2002-06-12 07:25:36 +0000
commitdf246908755564459c947ca1156a11d67deb700e (patch)
tree95808d4a4d4b745bb01b1ffea4025f556efd5f49 /share/man
parent9121c89704a78a94a5475b197885532a7a0adf55 (diff)
Finish the first sentence (has anyone ever read this man page?).
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/mbuf.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index ae96859c97b..aafefe74768 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.4 2002/02/16 21:27:39 millert Exp $
+.\" $OpenBSD: mbuf.9,v 1.5 2002/06/12 07:25:35 aaron Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -167,7 +167,8 @@ union mcluster {
.Sh DESCRIPTION
The
.Nm
-functions provide a way to manage the memory buffers used by the
+functions provide a way to manage the memory buffers used by the kernel's
+networking subsystem.
Several functions and macros are used to allocate and deallocate mbufs,
but also to get, inject, remove, copy, modify, prepend or append data
inside these mbufs.