diff options
author | ru <ru@FreeBSD.org> | 1999-08-16 12:36:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 1999-08-16 12:36:45 +0000 |
commit | 466108918bc462a51e79ef0b367fc21332852c4f (patch) | |
tree | 9679ec060356038c28d8ecd4860c78fa24846029 /bin/sleep | |
parent | bb62e6fb8596301eafd991549ca8e8d483a626b5 (diff) | |
download | FreeBSD-src-466108918bc462a51e79ef0b367fc21332852c4f.zip FreeBSD-src-466108918bc462a51e79ef0b367fc21332852c4f.tar.gz |
Describe proper signals behavior rather than just removing it.
Remove obsoleted reference to alarm(3).
Submitted by: bde
Diffstat (limited to 'bin/sleep')
-rw-r--r-- | bin/sleep/sleep.1 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 8c6e33f..f0ed631 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 |