summaryrefslogtreecommitdiff
path: root/amidi
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2004-07-09 07:09:28 +0000
committerClemens Ladisch <clemens@ladisch.de>2004-07-09 07:09:28 +0000
commitce70bf037abe319fb7ffc6c5de49cb49b460a978 (patch)
tree605f80256477a9f844b144b35695324be60d1255 /amidi
parent36b797f335864df843f3b1d0738614492db27df6 (diff)
downloadalsa-utils-ce70bf037abe319fb7ffc6c5de49cb49b460a978.tar.gz
manpages: remove bogus .ID macro, use .TP for examples
Diffstat (limited to 'amidi')
-rw-r--r--amidi/amidi.112
1 files changed, 4 insertions, 8 deletions
diff --git a/amidi/amidi.1 b/amidi/amidi.1
index 6ff6312..810e652 100644
--- a/amidi/amidi.1
+++ b/amidi/amidi.1
@@ -117,31 +117,27 @@ received MIDI commands.
.SH EXAMPLES
-.SS
+.TP
.B amidi -p hw:0 -s my_settings.syx
-.ID
will send the MIDI commands in
.I my_settings.syx
to port
.I hw:0.
-.SS
+.TP
.B amidi -S 'F0 43 10 4C 00 00 7E 00 F7'
-.ID
sends an XG Reset to the default port.
-.SS
+.TP
.B amidi -p hw:1,2 -S F0411042110C000000000074F7 -r dump.syx -t 1
-.ID
sends a \(lqParameter Dump Request\(rq to a GS device, saves the received
parameter data to the file
.I dump.syx,
and stops after the device has finished sending data
(when no data has been received for one second).
-.SS
+.TP
.B amidi -p virtual -d
-.ID
creates a virtual RawMIDI port and prints all data sent to this port.
.SH FILES