mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
man: Document the cli inteface a little.
This just documents the cli interface syntax. Mostly a lift from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/CLI with some minor editing and bringing up to date. Also document a few undocumented commands. Shuffle around the order in 'pacmd help' output to match the order in the new docs for consistency. https://bugs.freedesktop.org/show_bug.cgi?id=45029
This commit is contained in:
parent
87edc1ccb0
commit
aa19646d34
7 changed files with 379 additions and 31 deletions
|
|
@ -34,7 +34,7 @@ USA.
|
|||
<file>~/.pulse/default.pa</file> on startup, and when that file
|
||||
doesn't exist <file>@PA_DEFAULT_CONFIG_DIR@/default.pa</file>. It
|
||||
should contain directives in the PulseAudio CLI languages, as
|
||||
documented on <url href="http://pulseaudio.org/wiki/CLI"/>.</p>
|
||||
documented in <manref name="pulse-cli-syntax" section="5"/>.</p>
|
||||
|
||||
<p>The same commands can also be entered during runtime in the <manref name="pacmd"
|
||||
section="1"/> tool, allowing flexible runtime reconfiguration.</p>
|
||||
|
|
@ -47,9 +47,10 @@ USA.
|
|||
|
||||
<section name="See also">
|
||||
<p>
|
||||
<manref name="pulse-daemon.conf" section="5"/>, <manref
|
||||
name="pulseaudio" section="1"/>, <manref name="pacmd"
|
||||
section="1"/>
|
||||
<manref name="pulse-cli-syntax" section="5"/>,
|
||||
<manref name="pulse-daemon.conf" section="5"/>,
|
||||
<manref name="pulseaudio" section="1"/>,
|
||||
<manref name="pacmd" section="1"/>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue