pthreads.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-07 07:33:04 +12:00
parent a96d136b6e
commit d88487cc40
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ Both threading implementations employ the Linux
.BR clone (2)
system call.
In NPTL, thread synchronization primitives (mutexes,
thread joining, etc.) are implemented using the Linux
thread joining, and so on) are implemented using the Linux
.BR futex (2)
system call.
.SS LinuxThreads