diff options
-rw-r--r-- | share/man/man4/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 4 | ||||
-rw-r--r-- | share/man/man4/schenv.4 | 44 |
3 files changed, 50 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 87644515e04..7d3830fb5a9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.349 2006/04/07 22:53:21 jsg Exp $ +# $OpenBSD: Makefile,v 1.350 2006/04/10 00:54:58 deraadt Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -32,7 +32,8 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ pf.4 pflog.4 pfsync.4 piixpm.4 pim.4 \ pms.4 ppb.4 ppp.4 pppoe.4 pty.4 puc.4 qsphy.4 radio.4 raid.4 ral.4 \ random.4 ray.4 rd.4 re.4 rgephy.4 rl.4 rln.4 rlphy.4 route.4 rt.4 \ - rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbus.4 scsi.4 sd.4 ses.4 \ + rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbus.4 scsi.4 schenv.4 \ + sd.4 ses.4 \ sequencer.4 sf.4 sf2r.4 sfr.4 siop.4 sis.4 sk.4 sl.4 sm.4 \ speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 \ systrace.4 tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \ diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 927d636c23d..722778e4a29 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.46 2006/03/05 09:07:54 jmc Exp $ +.\" $OpenBSD: iic.4,v 1.47 2006/04/10 00:54:58 deraadt Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -137,6 +137,8 @@ Maxim MAX6642/MAX6690 temperature sensor Philips PCA955[467] GPIO .It Xr pcfadc 4 Philips PCF8591 I2C Analogue to Digital Converter +.It Xr schenv 4 +SMSC SCH5017 temperature sensor .It Xr tsl 4 TAOS TSL2560/61 light-to-digital converter .El diff --git a/share/man/man4/schenv.4 b/share/man/man4/schenv.4 new file mode 100644 index 00000000000..caba5227a39 --- /dev/null +++ b/share/man/man4/schenv.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: schenv.4,v 1.1 2006/04/10 00:54:58 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 SCHENV 4 +.Os +.Sh NAME +.Nm schenv +.Nd SMSC SCH5017 temperature sensor +.Sh SYNOPSIS +.Cd "schenv* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the SMSC SCH5017. +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 Roman Hunt . + |