diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-13 21:55:09 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-01-13 21:55:09 +0000 |
commit | d3a206060d95f0a66ffd6f4d64713fd8d8c32b10 (patch) | |
tree | 29edac0dc61a505c209474845af4385779c0ce9d /share/man | |
parent | df4d7ff05d43998a97f83bd2fb9b8fa9e8d7f072 (diff) |
maxds now supports DS1624 and DS1721.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/iic.4 | 4 | ||||
-rw-r--r-- | share/man/man4/maxds.4 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index b6982ce4eb4..61d6743b59a 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.38 2006/01/06 23:21:52 deraadt Exp $ +.\" $OpenBSD: iic.4,v 1.39 2006/01/13 21:55:08 grange Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -122,7 +122,7 @@ National Semiconductor LM87 temperature sensor .It Xr lmtemp 4 National Semiconductor LM75/LM77 temperature sensor .It Xr maxds 4 -Maxim DS1631 temperature sensor +Maxim DS1624/DS1631/DS1721 temperature sensor .It Xr maxtmp 4 Maxim MAX6642/MAX6690 temperature sensor .It Xr pcagpio 4 diff --git a/share/man/man4/maxds.4 b/share/man/man4/maxds.4 index ae33d954b29..e94017062fe 100644 --- a/share/man/man4/maxds.4 +++ b/share/man/man4/maxds.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: maxds.4,v 1.3 2006/01/01 20:52:28 deraadt Exp $ +.\" $OpenBSD: maxds.4,v 1.4 2006/01/13 21:55:08 grange Exp $ .\" .\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> .\" @@ -19,13 +19,13 @@ .Os .Sh NAME .Nm maxds -.Nd Maxim DS1631 temperature sensor +.Nd Maxim DS1624/DS1631/DS1721 temperature sensor .Sh SYNOPSIS .Cd "maxds* at iic?" .Sh DESCRIPTION The .Nm -driver provides support for the Maxim DS1631 +driver provides support for the Maxim DS1624/DS1631/DS1721 temperature sensor. The sensor possesses just one accurate temperature sensor; the value is made available through the |