diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-05 09:16:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-05 09:16:49 +0000 |
commit | bcb117bd05530c9a32738def414232bfdd97ae44 (patch) | |
tree | 7c7fec75705780184c0c4d2aa93a1ceabd2b166b | |
parent | 716fa5877ec1f5e964a620151b7e7c331e90955d (diff) |
tweaks;
-rw-r--r-- | share/man/man4/owid.4 | 5 | ||||
-rw-r--r-- | share/man/man4/owtemp.4 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/owid.4 b/share/man/man4/owid.4 index 7983a22f011..bca36fb8461 100644 --- a/share/man/man4/owid.4 +++ b/share/man/man4/owid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: owid.4,v 1.1 2006/03/04 16:27:03 grange Exp $ +.\" $OpenBSD: owid.4,v 1.2 2006/03/05 09:15:55 jmc Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -26,12 +26,13 @@ The .Nm driver provides support for the 1-Wire serial number family type device. -This device can't do anything except reporting its unique serial number. +This device can't do anything except report its unique serial number. The serial number is available through the .Xr sysctl 8 interface. .Pp The following chips are supported by the driver: +.Pp .Bl -bullet -compact -offset indent .It Maxim/Dallas DS1990 diff --git a/share/man/man4/owtemp.4 b/share/man/man4/owtemp.4 index eb550b7cb56..b5fb707242a 100644 --- a/share/man/man4/owtemp.4 +++ b/share/man/man4/owtemp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: owtemp.4,v 1.1 2006/03/04 16:27:03 grange Exp $ +.\" $OpenBSD: owtemp.4,v 1.2 2006/03/05 09:16:48 jmc Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -26,12 +26,13 @@ The .Nm driver provides support for the 1-Wire temperature sensor. -The sensor possesses single temperature value that can be accessed +The sensor possesses a single temperature value that can be accessed through the .Xr sysctl 8 interface. .Pp The following chips are supported by the driver: +.Pp .Bl -bullet -compact -offset indent .It Maxim/Dallas DS1820, DS1920 |