repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iso9660fs: initialize buffer cache
[minix.git]
/
man
/
man1
/
sleep.1
blob
e4b1afeaa5c327b54b16f297204c8f3bf0831cc0
1
.TH SLEEP 1
2
.SH NAME
3
sleep \- 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
.TP 20
19
.B sleep 10
20
# Suspend execution for 10 sec.
21
.SH DESCRIPTION
22
.PP
23
The caller is suspended for the indicated number of seconds.
24
This command is typically used in shell scripts.
25
.SH "SEE ALSO"
26
.BR sleep (3).