diff options
| author | Alejandro Colomar <colomar.6.4.3@gmail.com> | 2020-10-30 13:49:22 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-10-30 21:05:10 +0100 |
| commit | 68219aba7f67d448f5da65f593a06ebe510dc3fb (patch) | |
| tree | 88e9b8f728f56afca5bf04f13b7f2bb8394a7c91 /man2/futex.2 | |
| parent | 2253ecf0166f0cec9df428323d90f1f6180fe34f (diff) | |
| download | man-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>
Diffstat (limited to 'man2/futex.2')
| -rw-r--r-- | man2/futex.2 | 3 |
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)) { |
