freebsd-dev/bin/sleep
Ruslan Ermilov ac14c3115f Let sleep(1) handle fractions of a second (up to nanosecond).
This is a conservative change.  It does the same thing in weird
cases like the old one.  For example, 'sleep abcd' still sleeps
for zero seconds.  `sleep 10.a' and `sleep 10.05aa' do the best
and not abort (ie: 10.a == 10 seconds, 10.05a == 10.05 seconds).
1999-10-01 07:53:40 +00:00
..
Makefile $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00
sleep.1 Let sleep(1) handle fractions of a second (up to nanosecond). 1999-10-01 07:53:40 +00:00
sleep.c Let sleep(1) handle fractions of a second (up to nanosecond). 1999-10-01 07:53:40 +00:00