summaryrefslogtreecommitdiffstats
path: root/share/man/man9/malloc.9
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1998-12-23 01:06:57 +0000
committerdillon <dillon@FreeBSD.org>1998-12-23 01:06:57 +0000
commitcd90c3c94589f07efdd7ee9e2b48466d424be285 (patch)
tree53b5794614f2c42c690f99c93eb85008fba3b2d7 /share/man/man9/malloc.9
parentf8ee3e8fee0c40b5023422b4e5288028506a39cf (diff)
downloadFreeBSD-src-cd90c3c94589f07efdd7ee9e2b48466d424be285.zip
FreeBSD-src-cd90c3c94589f07efdd7ee9e2b48466d424be285.tar.gz
M_AWAIT changed to M_ASLEEP
Diffstat (limited to 'share/man/man9/malloc.9')
-rw-r--r--share/man/man9/malloc.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 0af8f14..ee32f5b 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -102,13 +102,13 @@ will return
rather then block. Note that
.Dv M_WAITOK
is defined to be 0, meaning that blocking operation is the default.
-.It Dv M_AWAIT
+.It Dv M_ASLEEP
Causes
.Fn malloc
to call
.Fn asleep
if the request cannot be immediately fulfilled due to a resource shortage.
-M_AWAIT is not useful alone and should always be or'd with M_NOWAIT to allow
+M_ASLEEP is not useful alone and should always be or'd with M_NOWAIT to allow
malloc to call
.Fn asleep
and return
@@ -172,7 +172,7 @@ any type of object, or
if the request could not be satisfied and
.Dv M_NOWAIT
was set. If
-.Dv M_AWAIT
+.Dv M_ASLEEP
was set and
.Fn malloc
returns
OpenPOWER on IntegriCloud