diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2006-02-10 23:07:02 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2006-02-10 23:07:02 +0000 |
commit | a73725534eed36e2c6142081a16059c134137c75 (patch) | |
tree | 87c7489286655d3c0bafd1732cc634f16e848599 | |
parent | c21fbe18f8fff566e99c2dd46c8f9566524dda08 (diff) |
hook in pcfadc.4
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index cee52d563b5..453034bb007 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.341 2006/02/05 22:00:10 jsg Exp $ +# $OpenBSD: Makefile,v 1.342 2006/02/10 23:07:01 djm Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -25,7 +25,7 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \ mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \ netintro.4 nfe.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \ nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \ - oosiop.4 osiop.4 pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 \ + oosiop.4 osiop.4 pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pcfadc.4 \ pcfiic.4 pciide.4 pckbc.4 pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.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 \ diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 4218110f75b..7acbb34b1ff 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.43 2006/02/01 14:04:40 dlg Exp $ +.\" $OpenBSD: iic.4,v 1.44 2006/02/10 23:07:01 djm Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -135,6 +135,8 @@ Maxim DS1624/DS1631/DS1721 temperature sensor Maxim MAX6642/MAX6690 temperature sensor .It Xr pcagpio 4 Philips PCA955[467] GPIO +.It Xr pcfadc 4 +Philips PCF8591 ADC .It Xr tsl 4 TAOS TSL2560/61 light-to-digital converter .El |