summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-02 03:39:08 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-02 03:39:08 +0000
commit18c2fd12c7ba8130ed965491230ca6ed9e37a8e5 (patch)
tree5ae8ba5fe56b3651e7863f64039088725cf70e12
parent6b264ccd5c9f3d2837ee219fc2ab3420239e03a4 (diff)
:%s/MEXTALLOC/MEXTMALLOC/g; pointed out by angelos
-rw-r--r--share/man/man9/mbuf.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 6759d9f09ae..e7ba8701e85 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.6 2002/06/14 17:25:19 aaron Exp $
+.\" $OpenBSD: mbuf.9,v 1.7 2003/02/02 03:39:07 jason Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -87,7 +87,7 @@
.Ft int
.Fn m_apply "struct mbuf *m" "int off" "int len" \
"int (*func)(caddr_t, caddr_t, unsigned int)" "caddr_t fstate"
-.Fn MEXTALLOC "struct mbuf *m" "int size" "int how"
+.Fn MEXTMALLOC "struct mbuf *m" "int size" "int how"
.Fn MCLGET "struct mbuf *m" "int how"
.Fn MEXTADD "struct mbuf *m" "caddr_t buf" "int type" \
"void (*free)(caddr_t, u_int, void *)" "void *arg"
@@ -539,7 +539,7 @@ casted to
Allocate and add an mbuf cluster to the mbuf pointed to by
.Fa m .
On success, the flag M_EXT is set in the mbuf.
-.It Fn MEXTALLOC "struct mbuf *m" "int size" "int how"
+.It Fn MEXTMALLOC "struct mbuf *m" "int size" "int how"
Allocate external storage of size
.Fa size
and add it to the mbuf pointed to by