1 --- /Volumes/XDisk/tmp/Libc/gen/FreeBSD/usleep.3.orig 2002-12-28 16:59:09.000000000 -0800
2 +++ /Volumes/XDisk/tmp/Libc/gen/FreeBSD/usleep.3 2004-10-24 17:08:28.000000000 -0700
7 -.Nd suspend process execution for an interval measured in microseconds
8 +.Nd suspend thread execution for an interval measured in microseconds
16 -function suspends execution of the calling process until either
17 +function suspends execution of the calling thread until either
19 -microseconds have elapsed or a signal is delivered to the process and its
20 +microseconds have elapsed or a signal is delivered to the thread and its
21 action is to invoke a signal-catching function or to terminate the
23 -System activity may lengthen the sleep by an indeterminate amount.
25 +The actual time slept may be longer, due to system latencies
26 +and possible limitations in the timer resolution of the hardware.
28 This function is implemented using