manual page distributed with 4.2BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 08:56:19 +0000 (00:56 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 08:56:19 +0000 (00:56 -0800)
SCCS-vsn: bin/sleep/sleep.1 5.1

usr/src/bin/sleep/sleep.1

index 009ae18..46fb111 100644 (file)
@@ -1,6 +1,6 @@
-.\"    @(#)sleep.1     4.1 (Berkeley) %G%
+.\"    @(#)sleep.1     5.1 (Berkeley) %G%
 .\"
 .\"
-.TH SLEEP 1 
+.TH SLEEP 1  "10 February 1983"
 .AT 3
 .SH NAME
 sleep \- suspend execution for an interval
 .AT 3
 .SH NAME
 sleep \- suspend execution for an interval
@@ -12,8 +12,7 @@ time
 suspends execution for
 .I time
 seconds.
 suspends execution for
 .I time
 seconds.
-It is used to execute a command
-after a certain amount of time as in:
+It is used to execute a command after a certain amount of time as in:
 .PP
        (sleep 105; command)&
 .PP
 .PP
        (sleep 105; command)&
 .PP
@@ -29,7 +28,7 @@ or to execute a command every so often, as in:
 .br
        done
 .SH "SEE ALSO"
 .br
        done
 .SH "SEE ALSO"
-alarm(2), sleep(3)
+setitimer(2), alarm(3C), sleep(3)
 .SH BUGS
 .I Time
 .SH BUGS
 .I Time
-must be less than 2147483647 seconds.
+must be less than 2,147,483,647 seconds.