diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-12-31 18:42:11 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2005-12-31 18:42:11 +0000 |
commit | e6c4c43695971679197f3fe1d84d5a03d5bb02ba (patch) | |
tree | ee15f59acffa0b7147bc4a859fcff6726aae9618 /share/man | |
parent | e75c51a72c1dc865babe529a285bb17287d9e8cb (diff) |
add admcts(4) and admlc(4) manpages; ok deraadt
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/admcts.4 | 50 | ||||
-rw-r--r-- | share/man/man4/admlc.4 | 50 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 6 |
4 files changed, 108 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a4174e0bb2a..e159c0579ea 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.328 2005/12/31 06:20:22 grange Exp $ +# $OpenBSD: Makefile,v 1.329 2005/12/31 18:42:10 pvalchev Exp $ -MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 admtemp.4 admtm.4 admtmp.4 \ - admtt.4 adt.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 aic.4 \ +MAN= aac.4 ac97.4 acphy.4 adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ + admtm.4 admtmp.4 admtt.4 adt.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 aic.4 \ alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 \ atalk.4 atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 auich.4 autri.4 \ auixp.4 auvia.4 awi.4 axe.4 az.4 bce.4 bge.4 bha.4 bio.4 bktr.4 \ diff --git a/share/man/man4/admcts.4 b/share/man/man4/admcts.4 new file mode 100644 index 00000000000..c7fedb81970 --- /dev/null +++ b/share/man/man4/admcts.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: admcts.4,v 1.1 2005/12/31 18:42:10 pvalchev 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 December 31, 2005 +.Dt ADMCTS 4 +.Os +.Sh NAME +.Nm admcts +.Nd Analog Devices ADM1026 temperature and voltage sensor +.Sh SYNOPSIS +.Cd "admcts* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Analog Devices ADM1026 +temperature sensor. +The device possesses internal and external temperature sensors, +a variety of voltage sensors, plus fan RPM sensors. +These values 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 HISTORY +The +.Nm +driver first appeared in +.Ox 3.9 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Theo de Raadt Aq deraadt@openbsd.org . diff --git a/share/man/man4/admlc.4 b/share/man/man4/admlc.4 new file mode 100644 index 00000000000..c932f6cfa96 --- /dev/null +++ b/share/man/man4/admlc.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: admlc.4,v 1.1 2005/12/31 18:42:10 pvalchev 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 December 31, 2005 +.Dt ADMLC 4 +.Os +.Sh NAME +.Nm admlc +.Nd Analog Devices ADM1024 temperature and voltage sensor +.Sh SYNOPSIS +.Cd "admlc* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Analog Devices ADM1024 +temperature sensor. +The device possesses internal and external temperature sensors, +a variety of voltage sensors, plus two fan RPM monitors. +These values 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 HISTORY +The +.Nm +driver first appeared in +.Ox 3.9 . +.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 e1048d73377..b35e1824ed8 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.19 2005/12/31 18:09:21 jmc Exp $ +.\" $OpenBSD: iic.4,v 1.20 2005/12/31 18:42:10 pvalchev Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -75,6 +75,10 @@ Intel PIIX and compatible SMBus controllers .Bl -tag -width 10n -offset ind -compact .It Xr adc 4 Analog Devices AD7416/AD7417/7418 temperature sensor +.It Xr admcts 4 +Analog Devices ADM1026 temperature and voltage sensor +.It Xr admlc 4 +Analog Devices ADM1024 temperature and voltage sensor .It Xr admtemp 4 Analog Devices ADM1021 temperature sensor .It Xr admtm 4 |