32 lines
405 B
Groff
32 lines
405 B
Groff
.TH SLEEP 1
|
|
|
|
.SH NAME
|
|
|
|
sleep \(en wait a moment
|
|
|
|
.SH SYNOPSIS
|
|
|
|
sleep
|
|
.RB [ seconds ]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Sleep waits the given amount of seconds before exiting.
|
|
|
|
.SH EXIT STATUS
|
|
|
|
Sleep exits with a status indicating how much time is left for the program to sleep;
|
|
in practice, this is always 0.
|
|
|
|
.SH BUGS
|
|
|
|
User may still be tired after invoking sleep.
|
|
|
|
.SH COPYRIGHT
|
|
|
|
Public domain.
|
|
|
|
.SH SEE ALSO
|
|
|
|
sleep(3)
|