summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/utrh.445
2 files changed, 47 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index b4038429d3c..c90e6e9b523 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.499 2009/12/09 21:27:19 matthieu Exp $
+# $OpenBSD: Makefile,v 1.500 2009/12/18 04:21:59 yuo Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -59,7 +59,7 @@ MAN= aac.4 ac97.4 acphy.4 \
ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
unix.4 uow.4 upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \
urtw.4 usb.4 usbf.4 uscanner.4 uslcom.4 usscanner.4 uthum.4 \
- uticom.4 uts.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 \
+ uticom.4 utrh.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 \
vether.4 vga.4 vgafb.4 vge.4 \
viaenv.4 viapm.4 viasio.4 vic.4 video.4 vlan.4 vmt.4 vnd.4 vr.4 \
vscsi.4 \
diff --git a/share/man/man4/utrh.4 b/share/man/man4/utrh.4
new file mode 100644
index 00000000000..dbea34c7871
--- /dev/null
+++ b/share/man/man4/utrh.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: utrh.4,v 1.1 2009/12/18 04:22:00 yuo Exp $
+.\"
+.\" Copyright (c) 2009 Yojiro UO <yuo@nui.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 $Mdocdate: December 18 2009 $
+.Dt UTRH 4
+.Os
+.Sh NAME
+.Nm utrh
+.Nd USBRH temperature and humidity sensor
+.Sh SYNOPSIS
+.Cd "utrh* at uhidev?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Strawberry linux's USBRH device.
+The sensor possesses a collection of sensor values which are
+made available through the
+.Xr sysctl 8
+interface.
+The humidity data unit is "%RH" and the temperature data unit
+is "degC".
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr uhidev 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Yojiro UO Aq yuo@nui.org .