diff options
author | 1999-07-21 11:20:33 +0000 | |
---|---|---|
committer | 1999-07-21 11:20:33 +0000 | |
commit | dc909a4eb4316b82b5399407b820aeaf221cea84 (patch) | |
tree | 7722cda5a4d0bf886c4d036c1e2bf8f58c193087 | |
parent | rewrite the tlb miss handler and tlb dirty handler. (diff) | |
download | wireguard-openbsd-dc909a4eb4316b82b5399407b820aeaf221cea84.tar.xz wireguard-openbsd-dc909a4eb4316b82b5399407b820aeaf221cea84.zip |
cleanup
-rw-r--r-- | share/man/man4/man4.i386/wdc.4 | 6 | ||||
-rw-r--r-- | share/man/man4/midi.4 | 11 | ||||
-rw-r--r-- | share/man/man4/ym.4 | 3 |
3 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/man4.i386/wdc.4 b/share/man/man4/man4.i386/wdc.4 index f1f403a53e9..c1d3aaab89f 100644 --- a/share/man/man4/man4.i386/wdc.4 +++ b/share/man/man4/man4.i386/wdc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wdc.4,v 1.6 1999/07/09 13:35:44 aaron Exp $ +.\" $OpenBSD: wdc.4,v 1.7 1999/07/21 11:20:33 deraadt Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -32,6 +32,7 @@ .Cd "wdc0 at isa? port 0x1f0 irq 14" .Cd "wdc0 at isa? port 0x170 irq 15" .Cd "wdc* at isapnp?" +.Cd "wdc* at pcmcia? function ?" .Cd "wd* at wdc? drive ?" .Sh DESCRIPTION The @@ -42,9 +43,6 @@ controllers. .\" .Pp .\" Support for extended EIDE controllers is .\" .Ud . -.Sh BUGS -A PnP device that actually works with this driver has yet to be found; the -Soundblaster IDE port does not. .Pp Enhanced IDE and UltraDMA is not supported by this driver, though such devices should still work (in normal PIO mode). diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4 index e8e18126f88..c8a92ffaadc 100644 --- a/share/man/man4/midi.4 +++ b/share/man/man4/midi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midi.4,v 1.3 1999/07/09 13:35:48 aaron Exp $ +.\" $OpenBSD: midi.4,v 1.4 1999/07/21 11:20:33 deraadt Exp $ .\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -43,6 +43,8 @@ .Cd "midi* at pcppi?" .Cd "midi* at sb?" .Cd "midi* at wss?" +.Ct "midi* at ym?" +.Ct "midi* at mpu?" .Cd "pseudo-device sequencer" .Pp .Fd #include <sys/types.h> @@ -71,6 +73,7 @@ downloading patches to a device, since it is hard to get the accurate timing needed for quality music from a user program. But the devices can act as a simple patchboard for MIDI devices. For example, a MIDI keyboard could be connected to a synthesizer by the command +.Pp .Cd "cat -u /dev/rmidi1 >/dev/rmidi2" .Pp The @@ -96,10 +99,8 @@ interface. .Xr ioctl 2 , .Xr ossaudio 3 , .Xr audio 4 , -.Xr opl 4 -.br -For ports using the ISA bus: -.\" .Xr pcppi 4 , +.Xr opl 4 , +.Xr pcppi 4 , .Xr sb 4 , .Xr wss 4 . .Sh HISTORY diff --git a/share/man/man4/ym.4 b/share/man/man4/ym.4 index 30d9d1f949c..fb94d6f5735 100644 --- a/share/man/man4/ym.4 +++ b/share/man/man4/ym.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ym.4,v 1.3 1999/07/09 13:35:48 aaron Exp $ +.\" $OpenBSD: ym.4,v 1.4 1999/07/21 11:20:33 deraadt Exp $ .\" Copyright (c) 1998 Constantine Paul Sapuntzakis .\" All rights reserved .\" @@ -36,6 +36,7 @@ .Nd Yamaha OPL3-SAX driver .Sh SYNOPSIS .Cd "ym* at isapnp?" +.Ct "midi* at ym?" .Cd "audio* at ym?" .Sh DESCRIPTION The |