Describe proper signals behavior rather than just removing it.

Remove obsoleted reference to alarm(3).

Submitted by:	bde
This commit is contained in:
Ruslan Ermilov 1999-08-16 12:36:45 +00:00
parent 42035021f5
commit 64373ec6f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49891

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sleep.1 8.3 (Berkeley) 4/18/94
.\" $Id: sleep.1,v 1.9 1999/05/08 10:22:02 kris Exp $
.\" $Id: sleep.1,v 1.10 1999/08/09 17:31:30 ru Exp $
.\"
.Dd April 18, 1994
.Dt SLEEP 1
@ -54,6 +54,13 @@ suspends execution for a minimum of
is used to schedule the execution of other commands (see
.Sx EXAMPLES
below).
.Pp
If the
.Nm
command receives a signal, it takes the standard action.
The
.Dv SIGALRM
signal is not handled specially by this implementation.
.Sh DIAGNOSTICS
The
.Nm
@ -105,7 +112,6 @@ awk job.
.Sh SEE ALSO
.Xr at 1 ,
.Xr nanosleep 2 ,
.Xr alarm 3 ,
.Xr sleep 3
.Sh STANDARDS
The