diff --git a/share/man/man9/condvar.9 b/share/man/man9/condvar.9 index b54341a6e345..fc94f5c8bfcd 100644 --- a/share/man/man9/condvar.9 +++ b/share/man/man9/condvar.9 @@ -117,6 +117,12 @@ argument is a pointer to either a or .Xr sx 9 lock. +A +.Xr mutex 9 +argument must be initialized with +.Dv MTX_DEF +and not +.Dv MTX_SPIN . A thread must hold .Fa lock before calling