diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 23:23:56 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-06-26 23:23:56 +0000 |
commit | 9de8e05d9a3c1dd27c27b895cd63a6b7c8367890 (patch) | |
tree | f5aaa9fc9104a9506238e7153cd542efcc1b3e34 /share/man/man4/man4.i386 | |
parent | eef856390bdffdd87a3e60124940fbc3fae829fc (diff) |
delete references to mcd
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/mcd.4 | 46 |
2 files changed, 2 insertions, 48 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index ab10cd732a8..cd20452358b 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.69 2010/02/19 15:28:30 phessler Exp $ +# $OpenBSD: Makefile,v 1.70 2011/06/26 23:23:55 tedu Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= amdpcib.4 amdmsr.4 apm.4 autoconf.4 bios.4 cpu.4 elansc.4 \ esm.4 geodesc.4 glxpcib.4 glxsb.4 gscpcib.4 gscpm.4 gus.4 ie.4 \ ichpcib.4 intro.4 ioapic.4 \ - joy.4 le.4 lms.4 mcd.4 mem.4 mms.4 mpbios.4 mtrr.4 npx.4 nvram.4 \ + joy.4 le.4 lms.4 mem.4 mms.4 mpbios.4 mtrr.4 npx.4 nvram.4 \ pas.4 pcibios.4 pctr.4 piixpcib.4 pss.4 sb.4 \ sea.4 uha.4 wds.4 wdt.4 wss.4 diff --git a/share/man/man4/man4.i386/mcd.4 b/share/man/man4/man4.i386/mcd.4 deleted file mode 100644 index c571ecd9185..00000000000 --- a/share/man/man4/man4.i386/mcd.4 +++ /dev/null @@ -1,46 +0,0 @@ -.\" $OpenBSD: mcd.4,v 1.10 2007/05/31 19:19:55 jmc Exp $ -.\" -.\" Copyright (c) 1994 James A. Jegers -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" -.Dd $Mdocdate: May 31 2007 $ -.Dt MCD 4 i386 -.Os -.Sh NAME -.Nm mcd -.Nd Mitsumi CD-ROM driver -.Sh SYNOPSIS -.Cd "mcd0 at isa? port 0x300 irq 10" -.Sh DESCRIPTION -The -.Nm -driver provides support for Mitsumi CD-ROM drives and controllers. -.Sh FILES -.Bl -tag -width /dev/rmcdx -compact -.It Pa /dev/mcd* -.It Pa /dev/rmcd* -.El -.Sh SEE ALSO -.Xr cd 4 , -.Xr intro 4 , -.Xr isa 4 |