From eb2c1f87f89e97ee57a8f0eb541f3e14dc2a3ea9 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 13 Nov 2012 19:21:51 +0000 Subject: [PATCH] Avoid an ambiguous reference to mtx_lock(9). MFC after: 3 days --- share/man/man9/mi_switch.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9 index 46e7a8e9e4c..83535674464 100644 --- a/share/man/man9/mi_switch.9 +++ b/share/man/man9/mi_switch.9 @@ -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