Modify a block that wasn't valid anymore.

This commit is contained in:
xtraeme 2007-09-14 09:20:49 +00:00
parent 6bcd1bdf6f
commit 877776516d

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sysmon_envsys.9,v 1.8 2007/09/04 16:55:03 xtraeme Exp $
.\" $NetBSD: sysmon_envsys.9,v 1.9 2007/09/14 09:20:49 xtraeme Exp $
.\"
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd September 4, 2007
.Dd September 14, 2007
.Dt SYSMON_ENVSYS 9
.Os
.Sh NAME
@ -126,14 +126,8 @@ Pointer to a function that will be used to refresh sensor data.
.El
.Pp
Note that it's not necessary to refresh sensors data before the
driver is registered, because at register time,
.Nm
will execute the
.Sy sme_gtredata
function callback to get the current data if the
.Ar SME_DISABLE_GTREDATA
flag is not set on
.Ar sme_flags .
driver is registered, only do it if you need the data in your driver
to check for a specific condition.
.Pp
Before registering a driver, the properties for all supported sensors
must be set, see the section