.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. .SH BUGS .PP None known. .SH SEE ALSO sleep(1p)