summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-11-23 20:53:18 +0000
committerjmc <jmc@openbsd.org>2009-11-23 20:53:18 +0000
commit1d2dd2ef80f03363d547e8a456aaf51ca3bc127f (patch)
treec13b7eeb967eeaf0a9b621a1a3abb571dc8ad382
parentrewrite the bridge "rule" option for clarity; tweaks/ok deraadt (diff)
downloadwireguard-openbsd-1d2dd2ef80f03363d547e8a456aaf51ca3bc127f.tar.xz
wireguard-openbsd-1d2dd2ef80f03363d547e8a456aaf51ca3bc127f.zip
tweak previous;
-rw-r--r--share/man/man4/uthum.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/uthum.4 b/share/man/man4/uthum.4
index 5c5919ea983..6af83f1ee2d 100644
--- a/share/man/man4/uthum.4
+++ b/share/man/man4/uthum.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uthum.4,v 1.2 2009/11/23 19:49:56 deraadt Exp $
+.\" $OpenBSD: uthum.4,v 1.3 2009/11/23 20:53:18 jmc Exp $
.\"
.\" Copyright (c) 2009 Yojiro UO <yuo@nui.org>
.\"
@@ -30,20 +30,20 @@ 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
+The humidity data unit is "%RH" and the temperature data unit
is "degC".
.Sh SEE ALSO
-.Xr uhidev 4 ,
.Xr intro 4 ,
+.Xr uhidev 4 ,
.Xr sensorsd 8 ,
.Xr sysctl 8
-.Sh BUGS
-The TEMperHUM has various versions which have the same VID/PID and
-they need different data processing. Currently only one type
-is supported.
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
.An Yojiro UO Aq yuo@nui.org .
+.Sh BUGS
+The TEMperHUM has various versions which have the same VID/PID and
+they need different data processing.
+Currently only one type is supported.