From f2fbdacbf837cae0bcd9f032386ec940eabb48a5 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 30 Aug 2012 11:52:26 +0000 Subject: [PATCH] Remove a duplicated "thread". --- share/man/man9/locking.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9 index 6ec6592e2fb..a8cf391d53d 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