]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
futex.2: ffix
authorAlejandro Colomar <colomar.6.4.3@gmail.com>
Fri, 30 Oct 2020 12:49:22 +0000 (13:49 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 30 Oct 2020 20:05:10 +0000 (21:05 +0100)
That comment wrapped on an 80-column terminal.
Divide it into two lines.

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/futex.2

index 73de716234c46f9a59d9a959f9bfc8d3bb497846..538001e1dc6494ad23505c99c367714adb144d22 100644 (file)
@@ -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)) {