Change M_WAIT to M_TRYWAIT, the new name of the flag.

This commit is contained in:
Bosko Milekic 2000-12-24 03:08:17 +00:00
parent ac083c91f8
commit f73f120bec

View file

@ -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