minix/man/man1/sleep.1

27 lines
411 B
Groff
Raw Normal View History

2005-05-02 15:01:42 +02:00
.TH SLEEP 1
.SH NAME
sleep \- suspend execution for a given number of seconds
.SH SYNOPSIS
\fBsleep \fIseconds\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
2012-03-31 23:44:29 +02:00
.TP 20
.B sleep 10
# Suspend execution for 10 sec.
2005-05-02 15:01:42 +02:00
.SH DESCRIPTION
.PP
The caller is suspended for the indicated number of seconds.
This command is typically used in shell scripts.
.SH "SEE ALSO"
.BR sleep (3).