diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 10 | ||||
-rw-r--r-- | share/man/man4/acd.4 (renamed from share/man/man4/man4.i386/acd.4) | 14 | ||||
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 |
3 files changed, 10 insertions, 18 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 56847da3714..7b2169e153b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 1996/07/27 10:50:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 1996/08/04 06:26:13 downsj Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 -MAN= audio.4 ahc.4 bpf.4 ccd.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 fd.4 \ - icmp.4 idp.4 imp.4 inet.4 ip.4 ipl.4 iso.4 lkm.4 lo.4 netintro.4 \ - ns.4 nsip.4 null.4 pty.4 rnd.4 route.4 spp.4 tb.4 tcp.4 termios.4 \ - tty.4 tp.4 udp.4 unix.4 vnd.4 +MAN= audio.4 acd.4 ahc.4 bpf.4 ccd.4 clnp.4 cltp.4 ddb.4 drum.4 esis.4 \ + fd.4 icmp.4 idp.4 imp.4 inet.4 ip.4 ipl.4 iso.4 lkm.4 lo.4 \ + netintro.4 ns.4 nsip.4 null.4 pty.4 rnd.4 route.4 spp.4 tb.4 tcp.4 \ + termios.4 tty.4 tp.4 udp.4 unix.4 vnd.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 MLINKS+=rnd.4 srnd.4 rnd.4 urnd.4 rnd.4 prnd.4 diff --git a/share/man/man4/man4.i386/acd.4 b/share/man/man4/acd.4 index 29a8eccad15..6f2f92df4f5 100644 --- a/share/man/man4/man4.i386/acd.4 +++ b/share/man/man4/acd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acd.4,v 1.2 1996/06/17 06:11:27 downsj Exp $ +.\" $OpenBSD: acd.4,v 1.1 1996/08/04 06:26:14 downsj Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -24,8 +24,8 @@ .\" SUCH DAMAGE. .\" .Dd May 14, 1996 -.Dt ACD 4 i386 -.Os NetBSD +.Dt ACD 4 +.Os OpenBSD .Sh NAME .Nm acd .Nd ATAPI CD-ROM driver @@ -37,14 +37,6 @@ The .Nm acd driver provides support for ATAPI CD-ROM drives, using standard IDE controllers. -.Pp -.Sh BUGS -The ATAPI subsystem is only known to work on the -.Tn i386 . -.Pp -Audio is not yet supported by the -.Nm acd -driver. .Sh FILES .Xr /dev/acd* .Xr /dev/racd* diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 08154c341a1..eb21f963d32 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 1996/06/10 04:41:45 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 1996/08/04 06:26:15 downsj Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= intro.4 acd.4 aha.4 ahb.4 aic.4 aria.4 ast.4 autoconf.4 boca.4 bt.4 +MAN= intro.4 aha.4 ahb.4 aic.4 aria.4 ast.4 autoconf.4 boca.4 bt.4 MAN+= com.4 cy.4 ed.4 ep.4 fdc.4 iy.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 ncr.4 MAN+= npx.4 pms.4 rtfps.4 scd.4 sea.4 speaker.4 uha.4 wd.4 MAN+= eg.4 el.4 ie.4 joy.4 le.4 wt.4 |