nanosleep.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-02 09:43:24 +02:00
parent 3a03cb85b0
commit bdcb70566a
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ interval elapses, independently of the new or old value of the clock.
In order to support applications requiring much more precise pauses
(e.g., in order to control some time-critical hardware),
.BR nanosleep ()
would handle pauses of up to 2\ ms by busy waiting with microsecond
would handle pauses of up to 2 milliseconds by busy waiting with microsecond
precision when called from a thread scheduled under a real-time policy
like
.B SCHED_FIFO