aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/pthreads.7')
-rw-r--r--man7/pthreads.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index c5c55931f7..d2740b6271 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