From 84bc0aa3b05cd3a9f801d4a22eec513ebea4d256 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 16 Dec 2009 19:37:38 +0000 Subject: [PATCH] Make man page reflect the output columns MFC after: 1 week --- share/man/man9/LOCK_PROFILING.9 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man9/LOCK_PROFILING.9 b/share/man/man9/LOCK_PROFILING.9 index 23aba541d3f..cdb78b315a2 100644 --- a/share/man/man9/LOCK_PROFILING.9 +++ b/share/man/man9/LOCK_PROFILING.9 @@ -114,6 +114,8 @@ The columns are as follows, from left to right: .Bl -tag -width ".Va cnt_hold" .It Va max The longest continuous hold time in microseconds. +.It Va wait_max +The longest continuous wait time in microseconds. .It Va total The total (accumulated) hold time in microseconds. .It Va wait_total