diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-01-03 22:37:10 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-01-03 22:37:10 +0000 |
| commit | cd9f822b003f407298000e6af730d962d1c7e18a (patch) | |
| tree | 0b95483e593198a07a592fa7fc2c4afa3a0c745e | |
| parent | a98c9b86040a33b037a962f023a6df463b30d758 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/sleep.9 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 21d10d034071..09da0e5a0b9c 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -132,15 +132,17 @@ The sleep/wakeup process synchronization mechanism is very old. It appeared in a very early version of .Ux . .Pp -.Nm Tsleep -appeared in +The +.Nm tsleep +function appeared in .Bx 4.4 . .Pp -.Nm Sleep -used to be the traditional form. It doesn't let you specify a timeout or a +The +.Nm +function used to be the traditional form. It doesn't let you specify a timeout or a .Ar wmesg , hence it has been discontinued. .Sh AUTHORS .An -nosplit This man page was written by -.An J\(:org Wunsch . +.An J\(:org Wunsch Aq joerg@FreeBSD.org . |
