From: Davide Benini Date: Thu, 3 Mar 2022 14:08:02 +0000 (+0100) Subject: futex.2: tfix X-Git-Tag: man-pages-5.19-rc1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00c4698bb4d7b8a01ef0b2f5c61b4ec607cc099;p=thirdparty%2Fman-pages.git futex.2: tfix Signed-off-by: Alejandro Colomar --- diff --git a/man2/futex.2 b/man2/futex.2 index 6a3f451329..639994d91e 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1857,7 +1857,7 @@ fwait(uint32_t *futexp) } /* Release the futex pointed to by \(aqfutexp\(aq: if the futex currently - has the value 0, set its value to 1 and the wake any futex waiters, + has the value 0, set its value to 1 and then wake any futex waiters, so that if the peer is blocked in fwait(), it can proceed. */ static void