2022-10-18 12:47:34 -04:00
|
|
|
.TH sleep 1 2021-11-21 mp-utils "General Commands Manual"
|
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
sleep \- wait N seconds
|
|
|
|
.PP
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
|
|
|
Stall for N seconds before exiting.
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
Sleep accepts one argument, a non-negative integer, stalls for that number of seconds, and then exits with EXIT_SUCCESS.
|
|
|
|
.SH OPTIONS
|
|
|
|
.PP
|
|
|
|
This implementation of sleep accepts no parameters.
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
This implementation of sleep requires a C89 compiler.
|
|
|
|
.SH FILES
|
|
|
|
/usr/src/mp-utils/src/sleep.c
|
|
|
|
.SH CONFORMING TO
|
|
|
|
.PP
|
|
|
|
.SM
|
|
|
|
POSIX
|
|
|
|
2017,
|
|
|
|
.SM
|
|
|
|
SUS
|
|
|
|
3
|
|
|
|
.SH NOTES
|
|
|
|
.PP
|
|
|
|
None.
|
2022-11-19 13:29:33 -05:00
|
|
|
.SH ERRORS
|
2022-10-18 12:47:34 -04:00
|
|
|
.PP
|
|
|
|
None known.
|
|
|
|
.SH SEE ALSO
|
|
|
|
sleep(1p)
|