diff options
| -rw-r--r-- | man2/futex.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/futex.2 b/man2/futex.2 index 1d3936ff7e..7915793940 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -300,8 +300,9 @@ value change and will not start to sleep. If the .I timeout -is not NULL, the structure it points to specifies -a relative timeout for the wait. +is not NULL, the structure it points to specifies a +.I relative +timeout for the wait. This timeout is by default measured according to the .BR CLOCK_MONOTONIC clock, but, since Linux 4.5, the |
