From 47df0a78eb6228de22b552a1e0345d78a572b72a Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 27 Jul 2004 04:23:00 +0000 Subject: [PATCH] after reading the commit mail, I better understand what cnt_hold is for.. improve the verbage in the manpage so others are more likely to understand it... Reviewed by: rwatson --- share/man/man9/MUTEX_PROFILING.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/MUTEX_PROFILING.9 b/share/man/man9/MUTEX_PROFILING.9 index 54e6580f2b9..a3ed314cce8 100644 --- a/share/man/man9/MUTEX_PROFILING.9 +++ b/share/man/man9/MUTEX_PROFILING.9 @@ -109,7 +109,8 @@ The total number of acquisitions. The average hold time in microseconds, derived from the total hold time and the number of acquisitions. .It Va cnt_hold -The number of times the mutex was contested while being held. +The number of times the mutex was held and another thread attempted to +lock the mutex. .It Va cnt_lock The number of times the mutex was already locked when this point was reached. -- 2.45.2