diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/lmn.4 | 45 |
2 files changed, 47 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 999aaa5fa0f..f38d6cb0134 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.423 2007/08/14 18:54:39 reyk Exp $ +# $OpenBSD: Makefile,v 1.424 2007/09/04 20:19:24 deraadt Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -26,7 +26,7 @@ MAN= aac.4 ac97.4 acphy.4 \ isa.4 isagpio.4 isapnp.4 ises.4 isp.4 it.4 iwi.4 ixgb.4 \ jmb.4 \ ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ - lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ + lmc.4 lmenv.4 lmn.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 mbg.4 midi.4 mii.4 mfi.4 \ moscom.4 mpi.4 mpu.4 msk.4 mtd.4 mtdphy.4 multicast.4 mtio.4 myx.4 \ ne.4 neo.4 netintro.4 nfe.4 nge.4 nmea.4 noct.4 nofn.4 nsclpcsio.4 \ diff --git a/share/man/man4/lmn.4 b/share/man/man4/lmn.4 new file mode 100644 index 00000000000..c19aa21662c --- /dev/null +++ b/share/man/man4/lmn.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: lmn.4,v 1.1 2007/09/04 20:19:24 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 $Mdocdate: September 4 2007 $ +.Dt LMN 4 +.Os +.Sh NAME +.Nm lmn +.Nd National Semiconductor LM93 temperature, voltage, and fan sensor +.Sh SYNOPSIS +.Cd "lmn* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the National Semiconductor LM93 +sensors. +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 . + |