Searched hist:51835 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/bin/sleep/
H A Dsleep.1diff 51835 Fri Oct 01 07:53:40 MDT 1999 ru 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).
H A Dsleep.cdiff 51835 Fri Oct 01 07:53:40 MDT 1999 ru 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).

Completed in 91 milliseconds