Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 19:37:38 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200614 - head/share/man/man9
Message-ID:  <200912161937.nBGJbcdi008730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: julian
Date: Wed Dec 16 19:37:38 2009
New Revision: 200614
URL: http://svn.freebsd.org/changeset/base/200614

Log:
  Make man page reflect the output columns
  
  MFC after:	1 week

Modified:
  head/share/man/man9/LOCK_PROFILING.9

Modified: head/share/man/man9/LOCK_PROFILING.9
==============================================================================
--- head/share/man/man9/LOCK_PROFILING.9	Wed Dec 16 19:32:44 2009	(r200613)
+++ head/share/man/man9/LOCK_PROFILING.9	Wed Dec 16 19:37:38 2009	(r200614)
@@ -114,6 +114,8 @@ The columns are as follows, from left to
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912161937.nBGJbcdi008730>