Module Name: src
Committed By: pgoyette
Date: Tue Jun 7 17:29:00 UTC 2011
Modified Files:
src/usr.sbin/envstat: envstat.8
Log Message:
Add a BUGS section to point out that the statistic "average" is an
average only of the current, minimum, and maximum values, and not a
running average of all displayed current values.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/envstat/envstat.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/envstat/envstat.8
diff -u src/usr.sbin/envstat/envstat.8:1.58 src/usr.sbin/envstat/envstat.8:1.59
--- src/usr.sbin/envstat/envstat.8:1.58 Tue Oct 5 10:03:53 2010
+++ src/usr.sbin/envstat/envstat.8 Tue Jun 7 17:28:59 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: envstat.8,v 1.58 2010/10/05 10:03:53 njoly Exp $
+.\" $NetBSD: envstat.8,v 1.59 2011/06/07 17:28:59 pgoyette Exp $
.\"
.\" Copyright (c) 2000, 2007, 2008, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 5, 2010
+.Dd June 7, 2011
.Dt ENVSTAT 8
.Os
.Sh NAME
@@ -231,6 +231,12 @@
.Xr ug 4 ,
.Xr viaenv 4 ,
.Xr envsys.conf 5
+.Sh BUGS
+When displaying statistics using the
+.Fl T
+option, the average value is an average of the minimum, maximum, and
+current sensor values.
+It is not an average of all current values displayed during the session.
.Sh HISTORY
.Nm
appeared in