diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-24 08:54:03 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-24 08:54:03 +0200 |
| commit | a6918f1d4ba87aba04ae1fb9526ee94e7f984adb (patch) | |
| tree | 72d685d25db11c7f23c9ff1746c32baaa8bc841e | |
| parent | 40d2dab928026d85e9766623f7e9a21e3ed2157c (diff) | |
| download | man-pages-a6918f1d4ba87aba04ae1fb9526ee94e7f984adb.tar.gz | |
futex.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/futex.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/futex.2 b/man2/futex.2 index 7915793940..7d3dfbec89 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -303,7 +303,7 @@ If the 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 +The timeout is by default measured according to the .BR CLOCK_MONOTONIC clock, but, since Linux 4.5, the .BR CLOCK_REALTIME |
