futex.2: tfix

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Heinrich Schuchardt 2015-03-29 20:23:24 +02:00 committed by Michael Kerrisk
parent 4c8cb0ffe6
commit 594536fb2c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ system call provides a method for waiting until a certain condition becomes
true.
It is typically used as a blocking construct in the context of
shared-memory synchronization: The program implements the majority of
the synchronization in user space, and uses one of operations of
the synchronization in user space, and uses one of the operations of
the system call when it is likely that it has to block for
a longer time until the condition becomes true.
The program uses another operation of the system call to wake