futex.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-29 13:20:52 +02:00
parent fd1056148b
commit da56650ae4
1 changed files with 2 additions and 2 deletions

View File

@ -257,8 +257,8 @@ access (i.e., using atomic machine instructions of the respective
architecture).
This load, the comparison with the expected value, and
starting to sleep are performed atomically
.\" FIXME: Torvald, what do you mean by "totally odered" here?
.\" (Also used at various other points in the page.)
.\" FIXME: Torvald, I think we may need to add some explanation of
.\" "totally odered" here.
and totally ordered
with respect to other futex operations on the same futex word.
If the thread starts to sleep,