summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-01-15 12:36:31 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-01-15 12:36:31 +0000
commit250fce6938dc7d5434613726c080c5e7fb762351 (patch)
treec31d433b6dff9de75d0793721c009d9422325efd
parent146046ca0228ef18463beaa8853c21d297fcd672 (diff)
wbenv(4)
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/man/man4/wbenv.448
2 files changed, 52 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8d223699f09..e53b5872792 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.335 2006/01/14 11:50:21 grange Exp $
+# $OpenBSD: Makefile,v 1.336 2006/01/15 12:36:30 kettenis Exp $
MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \
adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
@@ -38,9 +38,9 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \
ukphy.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 ums.4 \
unix.4 upl.4 uplcom.4 urio.4 url.4 urlphy.4 usb.4 \
uscanner.4 usscanner.4 uvisor.4 uvscom.4 uyap.4 vga.4 vgafb.4 vge.4 \
- viaenv.4 viapm.4 viasio.4 vlan.4 vnd.4 vr.4 watchdog.4 wb.4 wd.4 \
- wdc.4 we.4 wi.4tbl wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \
- xe.4 xf86.4 xl.4 xmphy.4 yds.4 ym.4 zero.4
+ viaenv.4 viapm.4 viasio.4 vlan.4 vnd.4 vr.4 watchdog.4 wb.4 wbenv.4 \
+ wd.4 wdc.4 we.4 wi.4tbl wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 \
+ wsmux.4 xe.4 xf86.4 xl.4 xmphy.4 yds.4 ym.4 zero.4
MLINKS+=ral.4 ural.4
diff --git a/share/man/man4/wbenv.4 b/share/man/man4/wbenv.4
new file mode 100644
index 00000000000..5531637e547
--- /dev/null
+++ b/share/man/man4/wbenv.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: wbenv.4,v 1.1 2006/01/15 12:36:30 kettenis Exp $
+.\"
+.\" Copyright (c) 2006 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd January 15, 2004
+.Dt WBENV 4
+.Os
+.Sh NAME
+.Nm wbenv
+.Nd Winbond W83L784R/W83L785R/W83L785TS-L hardware monitor
+.Sh SYNOPSIS
+.Cd "wbenv* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Tn Winbond
+W83L784R, W83L785R and W83L785TS-L hardware monitors to be used with
+the
+.Xr sysctl 8
+interface.
+.Pp
+The W83L874R and W83L785R possess several voltage, temperature and fan
+speed sensors.
+The W83L785TS-L only has a single temperature sensor.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq kettenis@openbsd.org .