diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 07:33:04 +1200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 15:30:17 +1200 |
commit | d88487cc406e2cef987acbacc61df92a3c72dc20 (patch) | |
tree | 72b1591fe622068bc7dba7bb98a629701856ef0b /man7 | |
parent | a96d136b6ee194d051803b0a00e78c768287e040 (diff) |
pthreads.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r-- | man7/pthreads.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7 index c5c55931..d2740b62 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -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 |