aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep/sleep.1
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-12 21:20:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-12 21:20:12 +0000
commita26402908518e293b3ab8b6603cae097c6e66a2b (patch)
treedebbaacd09ec5fd34f453ac5a7d21a6f525690a0 /bin/sleep/sleep.1
parent8e78364702b0d1e6162057b94cf1081df25f3a28 (diff)
downloadsrc-a26402908518e293b3ab8b6603cae097c6e66a2b.tar.gz
src-a26402908518e293b3ab8b6603cae097c6e66a2b.zip
Describe signals behaviour now
Notes
Notes: svn path=/head/; revision=28130
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r--bin/sleep/sleep.18
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index 997f089982c7..0059ac178c5e 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$
+.\" $Id: sleep.1,v 1.6 1997/02/22 14:05:44 peter Exp $
.\"
.Dd April 18, 1994
.Dt SLEEP 1
@@ -55,6 +55,12 @@ is used to schedule the execution of other commands (see
.Sx EXAMPLES
below).
.Pp
+If the
+.Nm sleep
+command
+receives a SIGALRM signal, it terminates normally with a zero exit status,
+for any other signal it takes the standard action.
+.Pp
The
.Nm
utility exits with one of the following values: