aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/sleep/sleep.110
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 8c6e33ff2821..f0ed6310d486 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -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