Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 05:37:12 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r214315 - stable/8/share/man/man9
Message-ID:  <201010250537.o9P5bCTL051951@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: julian
Date: Mon Oct 25 05:37:12 2010
New Revision: 214315
URL: http://svn.freebsd.org/changeset/base/214315

Log:
  MFC of 200614
  make man page match the output of lock profiling.

Modified:
  stable/8/share/man/man9/LOCK_PROFILING.9
Directory Properties:
  stable/8/share/man/   (props changed)
  stable/8/share/man/man1/   (props changed)
  stable/8/share/man/man3/   (props changed)
  stable/8/share/man/man4/   (props changed)
  stable/8/share/man/man5/   (props changed)
  stable/8/share/man/man7/   (props changed)
  stable/8/share/man/man8/   (props changed)
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/LOCK_PROFILING.9
==============================================================================
--- stable/8/share/man/man9/LOCK_PROFILING.9	Mon Oct 25 03:45:27 2010	(r214314)
+++ stable/8/share/man/man9/LOCK_PROFILING.9	Mon Oct 25 05:37:12 2010	(r214315)
@@ -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?201010250537.o9P5bCTL051951>