summaryrefslogtreecommitdiff
path: root/share/man/man9/tsleep.9
AgeCommit message (Collapse)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-04-17Correct a typo:Owain Ainsworth
tsleep -> msleep from Paul de Weerd, Thanks!
2007-11-29- better integrate msleep() into this pageJason McIntyre
- art says bpendsleep has been removed, so kill it ok art
2007-11-28<oga> art write me a manpageArtur Grabowski
<art> What? Write it yourself. <oga> sudo art write me a manpage. <art> ok Document msleep(9).
2007-09-14sleep(9) was removed aeons ago according to miod, so remove referencesMichael Knudsen
to it. Because man pages are named after functions (at least they should be) and sleep(9) doesn't exist anymore, sleep.9 is renamed to tsleep.9. Input and reminders from jmc and ratchov.