Tue Jun 7 17:29:00 2011 UTC ()
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.


(pgoyette)
diff -r1.58 -r1.59 src/usr.sbin/envstat/envstat.8

cvs diff -r1.58 -r1.59 src/usr.sbin/envstat/envstat.8 (expand / switch to context diff)
--- src/usr.sbin/envstat/envstat.8 2010/10/05 10:03:53 1.58
+++ src/usr.sbin/envstat/envstat.8 2011/06/07 17:28:59 1.59
@@ -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