aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-30 13:49:22 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-30 21:05:10 +0100
commit68219aba7f67d448f5da65f593a06ebe510dc3fb (patch)
tree88e9b8f728f56afca5bf04f13b7f2bb8394a7c91
parent2253ecf0166f0cec9df428323d90f1f6180fe34f (diff)
downloadman-pages-68219aba7f67d448f5da65f593a06ebe510dc3fb.tar.gz
futex.2: ffix
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>
-rw-r--r--man2/futex.23
1 files changed, 2 insertions, 1 deletions
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)) {