Date: Tue, 3 Jan 2006 17:00:38 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile sleep.9 Message-ID: <200601031700.k03H0coo097800@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-01-03 17:00:38 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile sleep.9
Log:
- Don't list sleep() in the NAME section as we haven't had a sleep()
function in years.
- Change the 'ident' paramters to 'wchan' to match <sys/systm.h>.
- Use 'otherwise' in place of 'else' in one place so that this reads like
English rather than C.
- Document the new msleep_spin() function.
- Add history notes for msleep() and msleep_spin().
Revision Changes Path
1.267 +1 -0 src/share/man/man9/Makefile
1.46 +40 -9 src/share/man/man9/sleep.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601031700.k03H0coo097800>
