futex.2: tfix

Reported-by: Alexander Monakov <amonakov@ispras.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-15 16:47:52 +01:00
parent ee65b0e842
commit 57f2d48bc1
1 changed files with 2 additions and 2 deletions

View File

@ -534,7 +534,7 @@ allows such cases to be implemented without leading to
high rates of contention and context switching.
The
.BR FUTEX_WAIT_OP
.BR FUTEX_WAKE_OP
operation is equivalent to executing the following code atomically
and totally ordered with respect to other futex operations on
any of the two supplied futex words:
@ -550,7 +550,7 @@ if (oldval \fIcmp\fP \fIcmparg\fP)
.in
In other words,
.BR FUTEX_WAIT_OP
.BR FUTEX_WAKE_OP
does the following:
.RS
.IP * 3