From: Alejandro Colomar Date: Fri, 30 Oct 2020 12:49:22 +0000 (+0100) Subject: futex.2: ffix X-Git-Tag: man-pages-5.09~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68219aba7f67d448f5da65f593a06ebe510dc3fb;p=thirdparty%2Fman-pages.git futex.2: ffix That comment wrapped on an 80-column terminal. Divide it into two lines. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man2/futex.2 b/man2/futex.2 index 73de716234..538001e1dc 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1816,7 +1816,8 @@ fpost(uint32_t *futexp) { long s; - /* atomic_compare_exchange_strong() was described in comments above */ + /* atomic_compare_exchange_strong() was described + in comments above */ const uint32_t zero = 0; if (atomic_compare_exchange_strong(futexp, &zero, 1)) {