Tue Sep 23 21:50:41 2008 UTC ()
Fix a typo/mispelling.
Spell out minimum and maximum.


(reed)
diff -r1.10 -r1.11 src/usr.sbin/envstat/envsys.conf.5

cvs diff -r1.10 -r1.11 src/usr.sbin/envstat/envsys.conf.5 (expand / switch to unified diff)

--- src/usr.sbin/envstat/envsys.conf.5 2008/09/10 19:41:40 1.10
+++ src/usr.sbin/envstat/envsys.conf.5 2008/09/23 21:50:41 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: envsys.conf.5,v 1.10 2008/09/10 19:41:40 reed Exp $ 1.\" $NetBSD: envsys.conf.5,v 1.11 2008/09/23 21:50:41 reed Exp $
2.\" 2.\"
3.\" - 3.\" -
4.\" Copyright (c) 2007, 2008 Juan Romero Pardines. 4.\" Copyright (c) 2007, 2008 Juan Romero Pardines.
5.\" All rights reserved. 5.\" All rights reserved.
6.\" 6.\"
7.\" Redistribution and use in source and binary forms, with or without 7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions 8.\" modification, are permitted provided that the following conditions
9.\" are met: 9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright 10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer. 11.\" notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the 13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution. 14.\" documentation and/or other materials provided with the distribution.
@@ -237,27 +237,27 @@ daemon (if running) and will execute the @@ -237,27 +237,27 @@ daemon (if running) and will execute the
237the appropriate 237the appropriate
238.Pa /etc/powerd/scripts/sensor_foo 238.Pa /etc/powerd/scripts/sensor_foo
239script (depending on the sensor's type). 239script (depending on the sensor's type).
240.Pp 240.Pp
241Please note that this property cannot be set in battery sensors 241Please note that this property cannot be set in battery sensors
242(those that have the 242(those that have the
243.Em want-percentage 243.Em want-percentage
244object in their dictionary). 244object in their dictionary).
245This rule applies for the 245This rule applies for the
246.Ql critical-min , 246.Ql critical-min ,
247.Ql warning-max , 247.Ql warning-max ,
248and 248and
249.Ql warning-min 249.Ql warning-min
250propertes too. 250properties too.
251.Pp 251.Pp
252If this property is set, its value will be shown in the 252If this property is set, its value will be shown in the
253.Xr envstat 8 253.Xr envstat 8
254display output with a column named 254display output with a column named
255.Ar CritMax 255.Ar CritMax
256unless the 256unless the
257.Fl W 257.Fl W
258option is specified. 258option is specified.
259.It critical-min = 1.230; 259.It critical-min = 1.230;
260.Pp 260.Pp
261Sets a critical minimum limit property in a sensor. 261Sets a critical minimum limit property in a sensor.
262The rules for 262The rules for
263.Em critical-max , 263.Em critical-max ,
@@ -271,27 +271,27 @@ When the limit has been reached in the s @@ -271,27 +271,27 @@ When the limit has been reached in the s
271event will be sent to the 271event will be sent to the
272.Xr powerd 8 272.Xr powerd 8
273daemon (if running) and will execute the block for this event in 273daemon (if running) and will execute the block for this event in
274the appropriate 274the appropriate
275.Pa /etc/powerd/scripts/sensor_foo 275.Pa /etc/powerd/scripts/sensor_foo
276script (depending on the sensor's type). 276script (depending on the sensor's type).
277.Pp 277.Pp
278If this property is set, its value will be shown in the 278If this property is set, its value will be shown in the
279.Xr envstat 8 279.Xr envstat 8
280display output with a column named 280display output with a column named
281.Ar CritMin . 281.Ar CritMin .
282.It warning-max = 70C; 282.It warning-max = 70C;
283.Pp 283.Pp
284Sets a warning max limit property in a sensor. 284Sets a warning maximum limit property in a sensor.
285The rules for 285The rules for
286.Em critical-max , 286.Em critical-max ,
287.Em critical-min , 287.Em critical-min ,
288.Em warning-max , 288.Em warning-max ,
289and 289and
290.Em warning-min 290.Em warning-min
291are the same. 291are the same.
292When the limit has been reached in the sensor, a 292When the limit has been reached in the sensor, a
293.Em warning-over 293.Em warning-over
294event will be sent to the 294event will be sent to the
295.Xr powerd 8 295.Xr powerd 8
296daemon (if running) and will execute the block for this event in 296daemon (if running) and will execute the block for this event in
297the appropriate 297the appropriate
@@ -305,27 +305,27 @@ object in their dictionary). @@ -305,27 +305,27 @@ object in their dictionary).
305This rule applies for the 305This rule applies for the
306.Ql warning-min 306.Ql warning-min
307property too. 307property too.
308.Pp 308.Pp
309If this property is set, its value will be shown in the 309If this property is set, its value will be shown in the
310.Xr envstat 8 310.Xr envstat 8
311display output with a column named 311display output with a column named
312.Ar WarnMax 312.Ar WarnMax
313if the 313if the
314.Fl W 314.Fl W
315flag is specified. 315flag is specified.
316.It warning-min = 1.230; 316.It warning-min = 1.230;
317.Pp 317.Pp
318Sets a critical min limit property in a sensor. 318Sets a critical minimum limit property in a sensor.
319The rules for 319The rules for
320.Em critical-max , 320.Em critical-max ,
321.Em critical-min , 321.Em critical-min ,
322.Em warning-max , 322.Em warning-max ,
323and 323and
324.Em warning-min 324.Em warning-min
325are the same. 325are the same.
326When the limit has been reached in the sensor, a 326When the limit has been reached in the sensor, a
327.Em warning-under 327.Em warning-under
328event will be sent to the 328event will be sent to the
329.Xr powerd 8 329.Xr powerd 8
330daemon (if running) and will execute the block for this event in 330daemon (if running) and will execute the block for this event in
331the appropriate 331the appropriate