allow timo to be 0 when mtx is not NULL (KASSERT allowed this as

pointed out by jhb)

Reviewed by:	jhb
MFC after:	3 days
This commit is contained in:
John-Mark Gurney 2006-02-22 20:50:33 +00:00
parent daad1cd74d
commit 235811bfea

View File

@ -99,7 +99,11 @@ Sleeps at most
\&/ hz seconds (0 means no timeout).
If the
.Va Giant
lock is not held, then
lock is not held and
.Fa mtx
is
.Dv NULL ,
then
.Fa timo
must be non-zero.
If