Update to remove value_avg from list of properties.
This commit is contained in:
parent
41f31ea216
commit
f02db4b78c
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: swsensor.4,v 1.6 2011/06/04 02:03:31 pgoyette Exp $
|
||||
.\" $NetBSD: swsensor.4,v 1.7 2011/06/04 13:27:57 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 June 3, 2011
|
||||
.Dd June 4, 2011
|
||||
.Dt SWSENSOR 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -77,12 +77,10 @@ The initial limit value, if limit emulation is selected (ie, if
|
|||
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 ,
|
||||
The maximum and minimum values. The corresponding
|
||||
.Dv ENVSYS_FVALID_MAX
|
||||
and
|
||||
.Dv ENVSYS_FVALID_AVG
|
||||
.Dv ENVSYS_FVALID_MIN
|
||||
flags are implicitly set.
|
||||
.It Li "percentage"
|
||||
This boolean value controls the setting of the
|
||||
|
|
Loading…
Reference in New Issue