Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2013 19:33:53 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r250671 - stable/9/share/man/man9
Message-ID:  <201305151933.r4FJXrxi071322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Wed May 15 19:33:53 2013
New Revision: 250671
URL: http://svnweb.freebsd.org/changeset/base/250671

Log:
  MFC r242992: Avoid an ambiguous reference to mtx_lock(9).

Modified:
  stable/9/share/man/man9/mi_switch.9
Directory Properties:
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/mi_switch.9
==============================================================================
--- stable/9/share/man/man9/mi_switch.9	Wed May 15 19:23:36 2013	(r250670)
+++ stable/9/share/man/man9/mi_switch.9	Wed May 15 19:33:53 2013	(r250671)
@@ -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?201305151933.r4FJXrxi071322>