source: trunk/minix/man/man1/sleep.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 407 bytes
Line 
1.TH SLEEP 1
2.SH NAME
3sleep \- suspend execution for a given number of seconds
4.SH SYNOPSIS
5\fBsleep \fIseconds\fR
6.br
7.de FL
8.TP
9\\fB\\$1\\fR
10\\$2
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
17.SH EXAMPLES
18.EX "sleep 10" "Suspend execution for 10 sec."
19.SH DESCRIPTION
20.PP
21The caller is suspended for the indicated number of seconds.
22This command is typically used in shell scripts.
23.SH "SEE ALSO"
24.BR sleep (3).
Note: See TracBrowser for help on using the repository browser.