Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Document that ENVSYS_STEMP is in microkelvins.



details:   https://anonhg.NetBSD.org/src/rev/f4d39a71fc01
branches:  trunk
changeset: 783093:f4d39a71fc01
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Dec 05 04:21:30 2012 +0000

description:
Document that ENVSYS_STEMP is in microkelvins.

diffstat:

 share/man/man9/sysmon_envsys.9 |  4 ++--
 sys/sys/envsys.h               |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8843247777d7 -r f4d39a71fc01 share/man/man9/sysmon_envsys.9
--- a/share/man/man9/sysmon_envsys.9    Wed Dec 05 02:23:20 2012 +0000
+++ b/share/man/man9/sysmon_envsys.9    Wed Dec 05 04:21:30 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysmon_envsys.9,v 1.42 2012/07/15 18:34:03 pgoyette Exp $
+.\"    $NetBSD: sysmon_envsys.9,v 1.43 2012/12/05 04:21:30 riastradh Exp $
 .\"
 .\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -406,7 +406,7 @@
 .Pp
 .Bl -tag -width "ENVSYS_BATTERY_CAPACITY" -compact
 .It Dv ENVSYS_STEMP
-For temperature sensors.
+For temperature sensors, in microkelvins.
 .It Dv ENVSYS_SFANRPM
 For fan sensors.
 .It Dv ENVSYS_SVOLTS_AC
diff -r 8843247777d7 -r f4d39a71fc01 sys/sys/envsys.h
--- a/sys/sys/envsys.h  Wed Dec 05 02:23:20 2012 +0000
+++ b/sys/sys/envsys.h  Wed Dec 05 04:21:30 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: envsys.h,v 1.32 2012/08/27 21:07:33 pgoyette Exp $ */
+/* $NetBSD: envsys.h,v 1.33 2012/12/05 04:21:30 riastradh Exp $ */
 
 /*-
  * Copyright (c) 1999, 2007 The NetBSD Foundation, Inc.
@@ -49,7 +49,7 @@
 
 /* sensor units */
 enum envsys_units {
-       ENVSYS_STEMP            = 0,    /* Temperature */
+       ENVSYS_STEMP            = 0,    /* Temperature (microkelvins) */
        ENVSYS_SFANRPM,                 /* Fan RPM */
        ENVSYS_SVOLTS_AC,               /* AC Volts */
        ENVSYS_SVOLTS_DC,               /* DC Volts */



Home | Main Index | Thread Index | Old Index