summaryrefslogtreecommitdiff
path: root/share/man/man4/adt.4
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-18 00:47:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-18 00:47:08 +0000
commitc894321e3beb1dd54b1ffbd56195accbe0e73e6b (patch)
tree5a537859e7488ebda6393353064ca309c5ec1e23 /share/man/man4/adt.4
parent46cc8afc8bf049d192375852f2255ca6acb93b21 (diff)
added code yesterday
Diffstat (limited to 'share/man/man4/adt.4')
-rw-r--r--share/man/man4/adt.445
1 files changed, 45 insertions, 0 deletions
diff --git a/share/man/man4/adt.4 b/share/man/man4/adt.4
new file mode 100644
index 00000000000..8803ed4d5fc
--- /dev/null
+++ b/share/man/man4/adt.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: adt.4,v 1.1 2005/11/18 00:47:07 deraadt Exp $
+.\"
+.\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.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 May 16, 2004
+.Dt ADT 4
+.Os
+.Sh NAME
+.Nm atd
+.Nd Analog Devices ADT7460 environmental sensor
+.Sh SYNOPSIS
+.Cd "adt* at maciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Analog Devices ADT7460
+temperature sensor.
+The sensor possesses a collection of sensor values which are
+made available through the
+.Xr sysctl 8
+interface.
+.Ed
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq deraadt@openbsd.org .