summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbmilekic <bmilekic@FreeBSD.org>2000-12-24 03:08:17 +0000
committerbmilekic <bmilekic@FreeBSD.org>2000-12-24 03:08:17 +0000
commit7614d311576830ce8a1bd1f65abf62cd52c711fa (patch)
tree999574dced55bf6077f2574da52808689c350163 /share
parent45ae398e8d2e92b28a95384d228de709b718eea0 (diff)
downloadFreeBSD-src-7614d311576830ce8a1bd1f65abf62cd52c711fa.zip
FreeBSD-src-7614d311576830ce8a1bd1f65abf62cd52c711fa.tar.gz
Change M_WAIT to M_TRYWAIT, the new name of the flag.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbuf.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 65c114a..ea795c6 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -266,14 +266,14 @@ on failure.
The
.Fa how
argument is to be set to
-.Dv M_WAIT
+.Dv M_TRYWAIT
or
.Dv M_DONTWAIT .
It specifies whether the caller is willing to block if necessary.
If
.Fa how
is set to
-.Dv M_WAIT ,
+.Dv M_TRYWAIT ,
a failed allocation will result in the caller being put
to sleep for a designated
kern.ipc.mbuf_wait
OpenPOWER on IntegriCloud