From 557d5a1caac7ad85d8ff30175d12a6426af67d48 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 23 Dec 1998 01:06:57 +0000 Subject: [PATCH] M_AWAIT changed to M_ASLEEP --- share/man/man9/malloc.9 | 6 +++--- 1 file 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