Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2012 11:52:26 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239904 - head/share/man/man9
Message-ID:  <201208301152.q7UBqQwK035563@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208301152.q7UBqQwK035563>