diff options
author | Lukasz Marek <lukasz.m.luki@gmail.com> | 2013-10-18 22:12:15 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-10-18 23:26:55 +0200 |
commit | fb74c7e0446f7ac92aeb734126e2e405e16bc9d1 (patch) | |
tree | 764fcf463963a24a9f74e459d0383e1952f0890d /doc | |
parent | 1421ee263742b73bc6ff1ed32dd732360297b257 (diff) | |
download | ffmpeg-fb74c7e0446f7ac92aeb734126e2e405e16bc9d1.tar.gz |
lavd/pulse_audio_dec: apply cosmetic changes
In particular, fix punctuation in docs and make option help messages
grammatically consistent.
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 1d70138907..72b1493522 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -495,10 +495,13 @@ string "default" To list the PulseAudio source devices and their properties you can invoke the command @command{pactl list sources}. +More information about PulseAudio can be found on @url{http://www.pulseaudio.org}. + @subsection Options @table @option @item server -Connect to a specific server. Default server is used when not provided. +Connect to a specific PulseAudio server, specified by an IP address. +Default server is used when not provided. @item name Specify the application name PulseAudio will use when showing active clients, |