aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2012-08-30 11:52:26 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2012-08-30 11:52:26 +0000
commitf2fbdacbf837cae0bcd9f032386ec940eabb48a5 (patch)
tree106b67b0b9a53f81f7b9d603122df0af8eb6810f /share/man
parent46448452c0547cc37ed9c6430ff489421f36d3f3 (diff)
downloadsrc-f2fbdacbf837cae0bcd9f032386ec940eabb48a5.tar.gz
src-f2fbdacbf837cae0bcd9f032386ec940eabb48a5.zip
Remove a duplicated "thread".
Notes
Notes: svn path=/head/; revision=239904
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/locking.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9
index 6ec6592e2fbb..a8cf391d53d4 100644
--- a/share/man/man9/locking.9
+++ b/share/man/man9/locking.9
@@ -155,7 +155,7 @@ A thread must hold the mutex before calling the
.Fn cv_wait* ,
functions.
When a thread waits on a condition, the mutex
-is atomically released before the thread thread yields the processor,
+is atomically released before the thread yields the processor,
then reacquired before the function call returns.
.Pp
See