mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 00:42:06 +01:00
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.
This commit is contained in:
parent
c89e63c1af
commit
93c6e868e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52834
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user