On 2026-02-18T22:28:16+0100, Alejandro Colomar wrote: > I think this one should be uncontroversial. And here's another one I'll push in a moment: $ MANWIDTH=64 diffman-git --- HEAD:man/man2/futex_waitv.2 +++ ./man/man2/futex_waitv.2 @@ -51,6 +51,11 @@ DESCRIPTION clockid. This interval will be rounded up to the system clock granularity, and is guaranteed not to expire early. + The following clocks are supported: + + CLOCK_MONOTONIC + CLOCK_REALTIME + Futex words to monitor are given by struct futex_waitv, whose fields are analogous to FUTEX_WAIT(2const) parame‐ ters, except .__reserved must be 0 and .flags must contain @@ -127,7 +132,7 @@ ERRORS EINVAL timeout was not NULL and clockid was not a valid - clock (CLOCK_MONOTONIC or CLOCK_REALTIME). + clock. EINVAL *timeout is denormal (before epoch or tv_nsec not --