svn commit: r239904 - head/share/man/man9

Sergey Kandaurov pluknet at FreeBSD.org
Thu Aug 30 11:52:26 UTC 2012


Author: pluknet
Date: Thu Aug 30 11:52:26 2012
New Revision: 239904
URL: http://svn.freebsd.org/changeset/base/239904

Log:
  Remove a duplicated "thread".

Modified:
  head/share/man/man9/locking.9

Modified: head/share/man/man9/locking.9
==============================================================================
--- head/share/man/man9/locking.9	Thu Aug 30 11:00:00 2012	(r239903)
+++ head/share/man/man9/locking.9	Thu Aug 30 11:52:26 2012	(r239904)
@@ -155,7 +155,7 @@ A thread must hold the mutex before call
 .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


More information about the svn-src-head mailing list