diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2021-09-10 22:04:28 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2021-09-11 00:38:35 +0200 |
| commit | caaa2efab02024129136b7a237c63f7788123e5c (patch) | |
| tree | c5032e0019c4a49627fa9318fd628862d4ec73b2 | |
| parent | 9ce887ad73ec3787622c30284ebfdf58f904af1d (diff) | |
| download | man-pages-caaa2efab02024129136b7a237c63f7788123e5c.tar.gz | |
futex.2: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.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 1dd77ac2f2..72100300d0 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1137,7 +1137,7 @@ except that the clock against which is measured is selectable. By default, the (absolute) timeout specified in .I timeout -is measured againt the +is measured against the .B CLOCK_MONOTONIC clock, but if the .B FUTEX_CLOCK_REALTIME |
