freebsd-dev/bin/sleep
Konstantin Belousov f6e6dc63ab Simplify argument parser by using sscanf(); simplify usage() by not
refusing to use stdio.
Reduce nesting level in the sleep loop by returning earlier for negative
timeouts.
Limit the maximum timeout to INT_MAX seconds.

Submitted by:	bde
MFC after:	3 weeks
2010-08-02 10:57:56 +00:00
..
Makefile Default to WARNS=2. Binary builds that cannot handle this must explicitly 2001-12-04 01:57:47 +00:00
sleep.1 Add the new standard EXIT STATUS section where appropriate. 2005-01-16 16:41:59 +00:00
sleep.c Simplify argument parser by using sscanf(); simplify usage() by not 2010-08-02 10:57:56 +00:00