From 18c2fd12c7ba8130ed965491230ca6ed9e37a8e5 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Sun, 2 Feb 2003 03:39:08 +0000 Subject: :%s/MEXTALLOC/MEXTMALLOC/g; pointed out by angelos --- share/man/man9/mbuf.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/man') 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 .\" 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 -- cgit v1.2.3