diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-06 20:00:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-06 20:00:00 +0000 |
commit | b0462d3af8e6f8eeca3f76d440489d7f55373b3b (patch) | |
tree | 7ab27a0c20bf7c2597390209819a07c51875292e /share/man/man4/Makefile | |
parent | 24d3e23fa483281a542fa2a1d02280c5e1ec93f8 (diff) |
one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422
ok miod
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index fc6b21adb49..feda76c49d9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.510 2010/07/03 03:59:16 krw Exp $ +# $OpenBSD: Makefile,v 1.511 2010/07/06 19:59:58 deraadt Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -37,7 +37,7 @@ MAN= aac.4 ac97.4 acphy.4 \ ne.4 neo.4 netintro.4 nfe.4 nge.4 nmea.4 \ noct.4 nofn.4 nsclpcsio.4 nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 \ ohci.4 opl.4 options.4 onewire.4 oosiop.4 osiop.4 otus.4 \ - owid.4 owsbm.4 \ + owid.4 owctr.4 owsbm.4 \ owtemp.4 pcagpio.4 pcaled.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 pflow.4 pfsync.4 pgt.4 piixpm.4 pim.4 \ |