diff options
author | joerg <joerg@FreeBSD.org> | 1999-11-03 10:39:54 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1999-11-03 10:39:54 +0000 |
commit | 4a7e87b904b999ae60cdb0f26880f32eb2745e8e (patch) | |
tree | 0b9128b0b7f5a680d3c2a712199524eecfb4bf44 | |
parent | e6e04fd013165ca209c2979388dd265c46165302 (diff) | |
download | FreeBSD-src-4a7e87b904b999ae60cdb0f26880f32eb2745e8e.zip FreeBSD-src-4a7e87b904b999ae60cdb0f26880f32eb2745e8e.tar.gz |
Move the description of the traditional sleep() form out into the history
section, we no longer have it.
Fix mdoc style violations caused by a previous committer.
-rw-r--r-- | share/man/man9/sleep.9 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index ca86700..a02fe25 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -108,11 +108,6 @@ possible, and is returned if the system call should be interrupted by the signal .Pq return Dv EINTR . .Pp -.Nm Sleep -is the traditional form. It doesn't let you specify a timeout nor a -.Ar wmesg , -hence its use is deprecated. -.Pp .Nm Asleep implements the new asynchronous sleep function. It takes the same arguments as @@ -226,9 +221,17 @@ first appeared in .Fx 3.0 and is designed to shift the burden of blocking away from extremely low level routines and push it up to their callers. +.Pp +.Nm Sleep +used to be the traditional form. It doesn't let you specify a timeout nor a +.Ar wmesg , +hence it has been discontinued. .Sh AUTHORS This man page has been written by .ie t J\(:org Wunsch. .el Joerg Wunsch. -asleep/await designed and written by +.Nm Asleep +and +.Nm await +designed and written by .An Matthew Dillon. |