Subject: CVS commit: src/share/man/man9
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 03/29/2007 17:40:36
Module Name:	src
Committed By:	ad
Date:		Thu Mar 29 17:40:36 UTC 2007

Modified Files:
	src/share/man/man9: condvar.9

Log Message:
- Note that cv_has_waiters() can only be used to assert that there are
  waiters sleeping non-interruptably (i.e., in cv_wait()). Prompted by
  a discussion with pooka@.
- Minor cosmetic changes.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/share/man/man9/condvar.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.