diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1999-11-03 10:39:54 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1999-11-03 10:39:54 +0000 |
commit | 93c6e868e8b50bd6170e8f27188f24a41c508652 (patch) | |
tree | 0b9128b0b7f5a680d3c2a712199524eecfb4bf44 /share/man | |
parent | c89e63c1aff3e9cc7e009fb05a4dcb073b9a7815 (diff) | |
download | src-93c6e868e8b50bd6170e8f27188f24a41c508652.tar.gz src-93c6e868e8b50bd6170e8f27188f24a41c508652.zip |
Notes
Diffstat (limited to 'share/man')
-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 ca86700f7a45..a02fe2523835 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. |