aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/malloc.9
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-23 01:06:57 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-23 01:06:57 +0000
commit557d5a1caac7ad85d8ff30175d12a6426af67d48 (patch)
treed6350a773448f86430756074a135a7161b751dec /share/man/man9/malloc.9
parent367f1374e191c3ecbd808756ed5fc423d2937e9f (diff)
downloadsrc-557d5a1caac7ad85d8ff30175d12a6426af67d48.tar.gz
src-557d5a1caac7ad85d8ff30175d12a6426af67d48.zip
M_AWAIT changed to M_ASLEEP
Notes
Notes: svn path=/head/; revision=42025
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 0af8f1450c47..ee32f5b95e6b 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