From 8040a16b245a18778ecb8727a29abccbbaf69a6d Mon Sep 17 00:00:00 2001 From: pluknet Date: Tue, 13 Nov 2012 19:21:51 +0000 Subject: 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(-) (limited to 'share') diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9 index 46e7a8e..8353567 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 -- cgit v1.1