Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Fix Xrefs. Use more markup.
details: https://anonhg.NetBSD.org/src/rev/5248354def3d
branches: trunk
changeset: 758107:5248354def3d
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Oct 19 12:53:23 2010 +0000
description:
Fix Xrefs. Use more markup.
diffstat:
share/man/man4/swsensor.4 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 6211deb94319 -r 5248354def3d share/man/man4/swsensor.4
--- a/share/man/man4/swsensor.4 Tue Oct 19 11:58:42 2010 +0000
+++ b/share/man/man4/swsensor.4 Tue Oct 19 12:53:23 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: swsensor.4,v 1.1 2010/10/19 11:55:38 pgoyette Exp $
+.\" $NetBSD: swsensor.4,v 1.2 2010/10/19 12:53:23 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation
.\" All rights reserved.
@@ -44,21 +44,23 @@
.Xr envstat 8 .
The driver creates a single sensor which is intended to be loaded as a
kernel module.
-By default, the sensor is of type ENVSYS_UNITS_INTEGER.
+By default, the sensor is of type
+.Dv ENVSYS_UNITS_INTEGER .
This can be overridden when the module is loaded by passing the desired
sensor type in the property list with
.Xr modload 8 .
For example,
.Dl Ic modload -i type=1 swsensor
-will create a sensor of type ENVSYS_UNITS_SFANRPM.
+will create a sensor of type
+.Dv ENVSYS_UNITS_SFANRPM .
.Pp
The sensor's raw value can be manually updated by modifying the
.Xr sysctl 8
variable
.Dq hw.swsensor.cur_value .
.Sh SEE ALSO
+.Xr modctl 2 ,
.Xr envstat 8 ,
-.Xr modctl 8 ,
.Xr sysctl 8
.Sh HISTORY
The
Home |
Main Index |
Thread Index |
Old Index