diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-22 05:17:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-22 05:17:21 +0000 |
commit | 526331784ea4a0aa0238e0c652c760e2ce1687c7 (patch) | |
tree | 1c16f1af60c7bb747f3a00c25b28401e878b7945 /share/man | |
parent | 5d9060400c17dbb15d00244a68032bbd186d9f35 (diff) |
man page comes a bit later...
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/adtfsm.4 | 44 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 6 |
3 files changed, 51 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index b7632d1b0c3..a88494a762b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.447 2008/04/18 05:27:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.448 2008/04/22 05:17:20 deraadt Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ acpiec.4 acpihpet.4 acpimadt.4 acpiprt.4 acpitimer.4 acpitz.4 \ acx.4 adc.4 addcom.4 adl.4 admcts.4 admlc.4 admtemp.4 \ - admtm.4 admtmp.4 admtt.4 adt.4 adv.4 agp.4 aha.4 ahb.4 ahc.4 ahci.4 \ + admtm.4 admtmp.4 admtt.4 adt.4 adtfsm.4 adv.4 agp.4 \ + aha.4 ahb.4 ahc.4 ahci.4 \ ahd.4 aic.4 akbd.4 alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 ams.4 \ an.4 andl.4 aps.4 arc.4 aria.4 art.4 \ asbtm.4 ast.4 atalk.4 atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 \ diff --git a/share/man/man4/adtfsm.4 b/share/man/man4/adtfsm.4 new file mode 100644 index 00000000000..d4745f3d8dc --- /dev/null +++ b/share/man/man4/adtfsm.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: adtfsm.4,v 1.1 2008/04/22 05:17:20 deraadt Exp $ +.\" +.\" Copyright (c) 2008 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 $Mdocdate: April 22 2008 $ +.Dt ADTFSM 4 +.Os +.Sh NAME +.Nm adtfsm +.Nd Analog Devices ADT7462 temperature, voltage, and fan sensor +.Sh SYNOPSIS +.Cd "adtfsm* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Analog Devices ADT7462, +and family. +The sensor possesses a collection of sensor values which are +made available through the +.Xr sysctl 8 +interface. +.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 Theo de Raadt Aq deraadt@openbsd.org . diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 63245ae27d3..a2ba3c0e80d 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.71 2008/04/15 20:53:29 deraadt Exp $ +.\" $OpenBSD: iic.4,v 1.72 2008/04/22 05:17:20 deraadt Exp $ .\" .\" Copyright (c) 2004, 2006 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 $Mdocdate: April 15 2008 $ +.Dd $Mdocdate: April 22 2008 $ .Dt IIC 4 .Os .Sh NAME @@ -120,6 +120,8 @@ Analog Devices ADM1030 temperature sensor Analog Devices ADM1031 temperature sensor .It Xr adt 4 Analog Devices ADT7460 temperature, voltage, and fan sensor +.It Xr adtfsm 4 +Analog Devices ADT7462 temperature, voltage, and fan sensor .It Xr andl 4 Andigilog aSC7611 temperature, voltage, and fan sensor .It Xr asbtm 4 |