Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 19:21:51 +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: r242992 - head/share/man/man9
Message-ID:  <201211131921.qADJLpJv005204@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Tue Nov 13 19:21:51 2012
New Revision: 242992
URL: http://svnweb.freebsd.org/changeset/base/242992

Log:
  Avoid an ambiguous reference to mtx_lock(9).
  
  MFC after:	3 days

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

Modified: head/share/man/man9/mi_switch.9
==============================================================================
--- head/share/man/man9/mi_switch.9	Tue Nov 13 19:20:57 2012	(r242991)
+++ head/share/man/man9/mi_switch.9	Tue Nov 13 19:21:51 2012	(r242992)
@@ -60,7 +60,7 @@ can be enumerated as follows:
 .It
 From within a function such as
 .Xr cv_wait 9 ,
-.Xr mtx_lock ,
+.Xr mtx_lock 9 ,
 or
 .Xr tsleep 9
 when the current thread



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