Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Document new options in the proplist



details:   https://anonhg.NetBSD.org/src/rev/602a720e0f2a
branches:  trunk
changeset: 765730:602a720e0f2a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jun 04 02:03:31 2011 +0000

description:
Document new options in the proplist

diffstat:

 share/man/man4/swsensor.4 |  17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 5f38e21c8624 -r 602a720e0f2a share/man/man4/swsensor.4
--- a/share/man/man4/swsensor.4 Sat Jun 04 02:02:55 2011 +0000
+++ b/share/man/man4/swsensor.4 Sat Jun 04 02:03:31 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: swsensor.4,v 1.5 2010/12/16 14:33:30 pgoyette Exp $
+.\"    $NetBSD: swsensor.4,v 1.6 2011/06/04 02:03:31 pgoyette Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation
 .\" 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 December 16, 2010
+.Dd June 3, 2011
 .Dt SWSENSOR 4
 .Os
 .Sh NAME
@@ -75,6 +75,19 @@
 The initial limit value, if limit emulation is selected (ie, if
 .Dv mode
 is set to 1 or 2)
+.It Li "value_max"
+.It Li "value_min"
+.It Li "value_avg"
+The maximum, minimum, and average values.  The corresponding
+.Dv ENVSYS_FVALID_MAX ,
+.Dv ENVSYS_FVALID_MIN ,
+and
+.Dv ENVSYS_FVALID_AVG
+flags are implicitly set.
+.It Li "percentage"
+This boolean value controls the setting of the
+.Dv ENVSYS_FPERCENT
+flag.
 .It Li "type"
 Override the sensor's unit/type.
 .It Li "value"



Home | Main Index | Thread Index | Old Index