summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2011-12-02 10:57:16 +0000
committerdlg <dlg@openbsd.org>2011-12-02 10:57:16 +0000
commit1bdf5e6145fa2cedda3a44b00b21d9f236afa671 (patch)
tree4aba97fbae7a11e7a2268a1d6c929f7cebe3b1bd /share/man
parentdont put MAXMCLBYTES in the mclsizes array with a comment saying its 64k (diff)
downloadwireguard-openbsd-1bdf5e6145fa2cedda3a44b00b21d9f236afa671.tar.xz
wireguard-openbsd-1bdf5e6145fa2cedda3a44b00b21d9f236afa671.zip
it's MAXMCLBYTES, not MAXCLBYTES.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/mbuf.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 4e7194e244d..5be81fe04a3 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.55 2011/11/30 10:26:56 dlg Exp $
+.\" $OpenBSD: mbuf.9,v 1.56 2011/12/02 10:57:16 dlg 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: November 30 2011 $
+.Dd $Mdocdate: December 2 2011 $
.Dt MBUF 9
.Os
.Sh NAME
@@ -469,7 +469,7 @@ and ending at
will be put in a continuous memory region.
If memory must be allocated, then it will fail if the
.Fa len
-argument is greater than MAXCLBYTES.
+argument is greater than MAXMCLBYTES.
The pointer returned points to an mbuf in the chain and the new offset
for data in this mbuf is
.Fa *offp .
@@ -483,7 +483,7 @@ the chain and ending at
will be put in continuous memory region.
If memory must be allocated, then it will fail if the
.Fa len
-argument is greater than MAXCLBYTES.
+argument is greater than MAXMCLBYTES.
If this function fails,
.Fa n
is freed.