From ce70bf037abe319fb7ffc6c5de49cb49b460a978 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Fri, 9 Jul 2004 07:09:28 +0000 Subject: [PATCH] manpages: remove bogus .ID macro, use .TP for examples --- amidi/amidi.1 | 12 ++++-------- amixer/amixer.1 | 12 +++--------- aplay/aplay.1 | 6 ++---- 3 files changed, 9 insertions(+), 21 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 diff --git a/amixer/amixer.1 b/amixer/amixer.1 index ce557c6..39b3269 100644 --- a/amixer/amixer.1 +++ b/amixer/amixer.1 @@ -94,10 +94,8 @@ Quiet mode. Do not show results of changes. .SS Example #1: -.RS +.TP \fBamixer -c 1 sset Line,0 80%,40% unmute cap\fR - -.ID will set the second soundcard's left line input volume to 80% and right line input to 40%, unmute it, and select it as a source for capture (recording).\fR @@ -105,19 +103,15 @@ capture (recording).\fR .SS Example #2: -.RS +.TP \fBamixer -c 2 cset iface=MIXER,name='Line Playback Volume",index=1 40%\fR - -.ID will set the third soundcard's second line playback volume(s) to 40% .SS Example #3: -.RS +.TP \fBamixer -c 2 cset numid=34 40%\fR - -.ID will set the 34th soundcard element to 40% .SH BUGS diff --git a/aplay/aplay.1 b/aplay/aplay.1 index 49d525b..d73af83 100644 --- a/aplay/aplay.1 +++ b/aplay/aplay.1 @@ -113,15 +113,13 @@ One file for each channel .SS Example: -.RS +.TP \fBaplay -c 1 -t raw -r 22050 -f mu_law foobar\fR - -.ID will play the raw file "foobar" as a 22050-Hz, mono, 8-bit, Mu-Law .au file. +.TP \fBarecord -d 10 -f cd -t wav -D copy foobar.wav\fP - will record foobar.wav as a 10-second, CD-quality wave file, using the PCM "copy" (which might be defined in the user's .asoundrc file as: .nf