Searched hist:ac14c3115f412294d8715ef01d15d18265922bae (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/sleep/ |
H A D | sleep.1 | diff ac14c3115f412294d8715ef01d15d18265922bae Fri Oct 01 09:53:40 CEST 1999 Ruslan Ermilov <ru@FreeBSD.org> 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). diff ac14c3115f412294d8715ef01d15d18265922bae Fri Oct 01 09:53:40 CEST 1999 Ruslan Ermilov <ru@FreeBSD.org> 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 D | sleep.c | diff ac14c3115f412294d8715ef01d15d18265922bae Fri Oct 01 09:53:40 CEST 1999 Ruslan Ermilov <ru@FreeBSD.org> 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). diff ac14c3115f412294d8715ef01d15d18265922bae Fri Oct 01 09:53:40 CEST 1999 Ruslan Ermilov <ru@FreeBSD.org> 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).
|