diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-14 23:41:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-14 23:41:29 +0000 |
commit | 7490fb3c46086cacd7f3431c51c7a64eed24a112 (patch) | |
tree | fc2534cd3060df75f916b08aec6c66dcdb82264b /share/man | |
parent | 52bad226a97d44c79bb6c95b3e4d31d4d88179af (diff) |
man page for new kettenis lmenv(4) [macppc only for now, but later will be generic]
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/lmenv.4 | 58 |
2 files changed, 60 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 100e2ee0fb0..0b6b2f4175c 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.314 2005/11/01 07:28:31 deraadt Exp $ +# $OpenBSD: Makefile,v 1.315 2005/11/14 23:41:28 deraadt Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 atalk.4 \ @@ -17,7 +17,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \ iopsp.4 ip.4 ip6.4 ipcomp.4 ipmi.4 ipsec.4 ipw.4 isa.4 isapnp.4 \ ises.4 isp.4 it.4 iwi.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ - lmc.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 maestro.4 midi.4 \ + lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 maestro.4 midi.4 \ mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \ netintro.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \ nsphy.4 nsphyter.4 null.4 ohci.4 opl.4 options.4 \ diff --git a/share/man/man4/lmenv.4 b/share/man/man4/lmenv.4 new file mode 100644 index 00000000000..38aa4b58ded --- /dev/null +++ b/share/man/man4/lmenv.4 @@ -0,0 +1,58 @@ +.\" $OpenBSD: lmenv.4,v 1.1 2005/11/14 23:41:28 deraadt Exp $ +.\" +.\" Copyright (c) 2004 Alexander Yurchenko <grange@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 LMTEMP 4 +.Os +.Sh NAME +.Nm lmenv +.Nd National Semiconductor LM87 temperature sensor +.Sh SYNOPSIS +.Cd "lmenv* at maciic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the National Semiconductor LM85 +temperature sensor. +The sensor possesses a collection of sensor values which are +made available through the +.Xr sysctl 8 +interface: +.Pp +.Bd -literal -offset indent +hw.sensors.0=lmenv0, +2.5Vin, volts_dc, 2.62 V +hw.sensors.1=lmenv0, Vccp1, volts_dc, 1.49 V +hw.sensors.2=lmenv0, +Vcc, volts_dc, 3.28 V +hw.sensors.3=lmenv0, +5Vin/Vcc, volts_dc, 5.03 V +hw.sensors.4=lmenv0, +12Vin, volts_dc, 12.00 V +hw.sensors.5=lmenv0, Vccp2, volts_dc, 1.20 V +hw.sensors.6=lmenv0, Ext. Temp., temp, -128.00 degC / -198.40 degF +hw.sensors.7=lmenv0, Int. Temp., temp, 29.00 degC / 84.20 degF +hw.sensors.8=lmenv0, FAN1, fanrpm, 3220 RPM +.Ed +.Pp +.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 kettenis@openbsd.org + |