From 40d2dab928026d85e9766623f7e9a21e3ed2157c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 24 Jun 2016 08:52:16 +0200 Subject: [PATCH] futex.2: ffix Signed-off-by: Michael Kerrisk --- man2/futex.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/futex.2 b/man2/futex.2 index 1d3936ff7..791579394 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