futex.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-14 06:49:31 +01:00
parent 43b9908905
commit f2103b2686
1 changed files with 6 additions and 5 deletions

View File

@ -162,13 +162,14 @@ and
.BR FUTEX_WAIT_REQUEUE_PI
operations (described below).
If this option is set,
the kernel treats the user space supplied timeout as an absolute
time based on
If this option is set, the kernel treats
.I timeout
as an absolute time based on
.BR CLOCK_REALTIME .
If this option is not set,
the kernel treats the user space supplied timeout as relative time,
If this option is not set, the kernel treats
.I timeout
as relative time,
.\" FIXME I added CLOCK_MONOTONIC here. Is it correct?
measured against the
.BR CLOCK_MONOTONIC