diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-11-08 16:54:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-11-08 16:54:02 +0000 |
commit | 8b0045d0b6166f2d00a2ced7f863385276e2e398 (patch) | |
tree | 903c5330e168048f9275a5774517527e319e7a51 | |
parent | 87a487af4f87b7cd05749bdfb3d30710d51f1079 (diff) |
Do not keep a list of midi attachments per architecture - this only
makes the page more confusing, and conforms to the existing practice for
MI interfaces.
-rw-r--r-- | share/man/man4/midi.4 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4 index c847cef88fe..2238bcf559a 100644 --- a/share/man/man4/midi.4 +++ b/share/man/man4/midi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midi.4,v 1.14 2003/08/31 19:39:27 jmc Exp $ +.\" $OpenBSD: midi.4,v 1.15 2003/11/08 16:54:01 miod Exp $ .\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -39,22 +39,15 @@ .Nm midi .Nd device-independent MIDI driver layer .Sh SYNOPSIS -.Cd "# alpha" -.Cd "midi* at opl?" -.Cd "midi* at pcppi?" -.Pp -.Cd "# i386" .Cd "midi* at autri?" +.Cd "midi* at mpu?" .Cd "midi* at opl?" +.Cd "midi* at pcppi?" .Cd "midi* at sb?" .Cd "midi* at wss?" .Ct "midi* at ym?" -.Cd "midi* at mpu?" .Ct "midi* at ympu?" .Pp -.Cd "# sparc64" -.Cd "midi* at autri?" -.Pp .Cd "pseudo-device sequencer" .Pp .Fd #include <sys/types.h> |