diff options
-rw-r--r-- | share/man/man4/lmtemp.4 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man4/lmtemp.4 b/share/man/man4/lmtemp.4 index ced204e1caa..1bfaaebddf6 100644 --- a/share/man/man4/lmtemp.4 +++ b/share/man/man4/lmtemp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lmtemp.4,v 1.9 2006/03/06 06:54:09 deraadt Exp $ +.\" $OpenBSD: lmtemp.4,v 1.10 2006/08/19 15:56:25 deraadt Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd May 16, 2004 +.Dd August 19, 2006 .Dt LMTEMP 4 .Os .Sh NAME @@ -26,12 +26,17 @@ The .Nm driver provides support for the National Semiconductor LM75, -National Semiconductor LM77, and Dallas Semiconductor 1775 -temperature sensors. -The sensor possesses single temperature value that can be accessed +National Semiconductor LM77, Dallas Semiconductor 1775, and +Philips Semiconductor LM75A temperature sensors. +The sensor possesses a single temperature value that can be accessed through the .Xr sysctl 8 interface. +.Pp +The sensors can report temperatures between -55C and +125C in +increments of 0.5C. +.Sh NOTES +The extra 0.25C and 0.125C precision of the LM75A is ignored. .Sh SEE ALSO .Xr iic 4 , .Xr intro 4 , |