diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 1999-08-16 12:36:45 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 1999-08-16 12:36:45 +0000 |
commit | 64373ec6f7593dda42a11d475cdf40a2ad03458d (patch) | |
tree | 83174cf07950854cf76ddf8e9de83858d5723a34 /bin/sleep/sleep.1 | |
parent | 42035021f5556bf0106789d430b3e372ae55bebc (diff) |
Describe proper signals behavior rather than just removing it.
Remove obsoleted reference to alarm(3).
Submitted by: bde
Notes
Notes:
svn path=/head/; revision=49891
Diffstat (limited to 'bin/sleep/sleep.1')
-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 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 |