Index: src/share/man/man9/mbuf.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/mbuf.9,v retrieving revision 1.5 diff -u -r1.5 mbuf.9 --- src/share/man/man9/mbuf.9 2000/11/21 22:29:31 1.5 +++ src/share/man/man9/mbuf.9 2000/12/24 03:07:29 @@ -266,14 +266,14 @@ 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