Remove trailing spaces in man pages

Reported-by: Bjarni Ingi Gislason <bjarniig@simnet.is>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2024-12-02 11:11:52 +01:00
parent d45a2be9ea
commit ec20f8e2eb
3 changed files with 20 additions and 20 deletions

View file

@ -90,7 +90,7 @@ Note that the configuration hooks are evaluated.
.SH OPTIONS .SH OPTIONS
.TP .TP
\fI\-h, \-\-help\fP \fI\-h, \-\-help\fP
Help: show available flags and commands. Help: show available flags and commands.
.TP .TP
@ -223,7 +223,7 @@ aplay(1),
alsactl_init(7) alsactl_init(7)
\fP \fP
.SH BUGS .SH BUGS
None known. None known.
.SH AUTHOR .SH AUTHOR

View file

@ -1,6 +1,6 @@
.TH APLAY 1 "1 January 2010" .TH APLAY 1 "1 January 2010"
.SH NAME .SH NAME
arecord, aplay \- command\-line sound recorder and player for ALSA arecord, aplay \- command\-line sound recorder and player for ALSA
soundcard driver soundcard driver
.SH SYNOPSIS .SH SYNOPSIS
\fBarecord\fP [\fIflags\fP] [filename] \fBarecord\fP [\fIflags\fP] [filename]
@ -84,41 +84,41 @@ A value of zero means infinity.
The default is zero, so if this options is omitted then the record/playback process will run until it is killed. The default is zero, so if this options is omitted then the record/playback process will run until it is killed.
Either '-d' or '-s' option is available exclusively. Either '-d' or '-s' option is available exclusively.
.TP .TP
\fI\-M, \-\-mmap\fP \fI\-M, \-\-mmap\fP
Use memory\-mapped (mmap) I/O mode for the audio stream. Use memory\-mapped (mmap) I/O mode for the audio stream.
If this option is not set, the read/write I/O mode will be used. If this option is not set, the read/write I/O mode will be used.
.TP .TP
\fI\-N, \-\-nonblock\fP \fI\-N, \-\-nonblock\fP
Open the audio device in non\-blocking mode. If the device is busy the program will exit immediately. Open the audio device in non\-blocking mode. If the device is busy the program will exit immediately.
If this option is not set the program will block until the audio device is available again. If this option is not set the program will block until the audio device is available again.
.TP .TP
\fI\-F, \-\-period\-time=#\fP \fI\-F, \-\-period\-time=#\fP
Distance between interrupts is # microseconds. Distance between interrupts is # microseconds.
If no period time and no period size is given then a quarter of the buffer time is set. If no period time and no period size is given then a quarter of the buffer time is set.
.TP .TP
\fI\-B, \-\-buffer\-time=#\fP \fI\-B, \-\-buffer\-time=#\fP
Buffer duration is # microseconds Buffer duration is # microseconds
If no buffer time and no buffer size is given then the maximal allowed buffer time but not more than 500ms is set. If no buffer time and no buffer size is given then the maximal allowed buffer time but not more than 500ms is set.
.TP .TP
\fI\-\-period\-size=#\fP \fI\-\-period\-size=#\fP
Distance between interrupts is # frames Distance between interrupts is # frames
If no period size and no period time is given then a quarter of the buffer size is set. If no period size and no period time is given then a quarter of the buffer size is set.
.TP .TP
\fI\-\-buffer\-size=#\fP \fI\-\-buffer\-size=#\fP
Buffer duration is # frames Buffer duration is # frames
If no buffer time and no buffer size is given then the maximal allowed buffer time but not more than 500ms is set. If no buffer time and no buffer size is given then the maximal allowed buffer time but not more than 500ms is set.
.TP .TP
\fI\-A, \-\-avail\-min=#\fP \fI\-A, \-\-avail\-min=#\fP
Min available space for wakeup is # microseconds Min available space for wakeup is # microseconds
.TP .TP
\fI\-R, \-\-start\-delay=#\fP \fI\-R, \-\-start\-delay=#\fP
Delay for automatic PCM start is # microseconds Delay for automatic PCM start is # microseconds
(relative to buffer size if <= 0) (relative to buffer size if <= 0)
.TP .TP
\fI\-T, \-\-stop\-delay=#\fP \fI\-T, \-\-stop\-delay=#\fP
Delay for automatic PCM stop is # microseconds from xrun Delay for automatic PCM stop is # microseconds from xrun
.TP .TP
\fI\-v, \-\-verbose\fP \fI\-v, \-\-verbose\fP
Show PCM structure and setup. Show PCM structure and setup.
This option is accumulative. The VU meter is displayed when this This option is accumulative. The VU meter is displayed when this
is given twice or three times. is given twice or three times.
@ -128,7 +128,7 @@ Specifies the VU\-meter type, either \fIstereo\fP or \fImono\fP.
The stereo VU\-meter is available only for 2\-channel stereo samples The stereo VU\-meter is available only for 2\-channel stereo samples
with interleaved format. with interleaved format.
.TP .TP
\fI\-I, \-\-separate\-channels\fP \fI\-I, \-\-separate\-channels\fP
One file for each channel. This option disables max\-file\-time One file for each channel. This option disables max\-file\-time
and use\-strftime, and ignores SIGUSR1. The stereo VU meter is and use\-strftime, and ignores SIGUSR1. The stereo VU meter is
not available with separate channels. not available with separate channels.
@ -212,7 +212,7 @@ Disables recovery attempts when errors (e.g. xrun) are encountered; the
aplay process instead aborts immediately. aplay process instead aborts immediately.
.SH SIGNALS .SH SIGNALS
When recording, SIGINT, SIGTERM and SIGABRT will close the output When recording, SIGINT, SIGTERM and SIGABRT will close the output
file and exit. SIGUSR1 will close the output file, open a new one, file and exit. SIGUSR1 will close the output file, open a new one,
and continue recording. However, SIGUSR1 does not work with and continue recording. However, SIGUSR1 does not work with
\-\-separate\-channels. \-\-separate\-channels.
@ -222,7 +222,7 @@ and continue recording. However, SIGUSR1 does not work with
.TP .TP
\fBaplay \-c 1 \-t raw \-r 22050 \-f mu_law foobar\fR \fBaplay \-c 1 \-t raw \-r 22050 \-f mu_law foobar\fR
will play the raw file "foobar" as a will play the raw file "foobar" as a
22050\-Hz, mono, 8\-bit, Mu\-Law .au file. 22050\-Hz, mono, 8\-bit, Mu\-Law .au file.
.TP .TP
\fBarecord \-d 10 \-f cd \-t wav \-D copy foobar.wav\fP \fBarecord \-d 10 \-f cd \-t wav \-D copy foobar.wav\fP
@ -257,7 +257,7 @@ alsamixer(1),
amixer(1) amixer(1)
\fP \fP
.SH BUGS .SH BUGS
Note that .aiff files are not currently supported. Note that .aiff files are not currently supported.
.SH AUTHOR .SH AUTHOR

View file

@ -66,7 +66,7 @@ will generate a "format 0" file.
.I \-m,\-\-metronome=client:port .I \-m,\-\-metronome=client:port
Plays a metronome signal on the specified sequencer port. Plays a metronome signal on the specified sequencer port.
Metronome sounds are played on channel 10, MIDI notes 33 & 34 (GM2/GS/XG Metronome sounds are played on channel 10, MIDI notes 33 & 34 (GM2/GS/XG
metronome standard notes), with velocity 100 and duration 1. metronome standard notes), with velocity 100 and duration 1.
.TP .TP
@ -74,7 +74,7 @@ metronome standard notes), with velocity 100 and duration 1.
Sets the time signature for the MIDI file and metronome. Sets the time signature for the MIDI file and metronome.
The time signature is specified as usual with two numbers, representing The time signature is specified as usual with two numbers, representing
the numerator and denominator of the time signature as it would be the numerator and denominator of the time signature as it would be
notated. The denominator must be a power of two. Both numbers should be notated. The denominator must be a power of two. Both numbers should be
separated by a colon. The time signature is 4:4 by default. separated by a colon. The time signature is 4:4 by default.