Hi, On 2026-02-16T21:43:14+0100, наб wrote: > Signed-off-by: Ahelenia Ziemiańska > --- > Range-diff against v11: [...] > > man/man2/futex_waitv.2 | 413 +++++++++++++++++++++++++++++++++++++++++ > man/man7/futex.7 | 9 +- > 2 files changed, 420 insertions(+), 2 deletions(-) > create mode 100644 man/man2/futex_waitv.2 > > diff --git u/man/man2/futex_waitv.2 p/man/man2/futex_waitv.2 > new file mode 100644 > index 000000000..9790779ab > --- /dev/null > +++ p/man/man2/futex_waitv.2 > @@ -0,0 +1,413 @@ [...] > +.TP > +.B EINVAL > +.I *timeout > +is denormal (before epoch or > +.I tv_nsec > +more than 999\[aq]999\[aq]999). I suspect .tv_nsec < 0 is also denormal, and it being a long, that's certainly possible, right? Should we specify a range? The rest looks good to me; I think this is the last question. (I'll still apply some editorial changes, but don't want to bother you more with them.) Have a lovely day! Alex --