diff options
Diffstat (limited to 'man/pulseaudio.1.xml.in')
-rw-r--r-- | man/pulseaudio.1.xml.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index 1f53a60b..9ce66f87 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -2,8 +2,6 @@ <!DOCTYPE manpage SYSTEM "xmltoman.dtd"> <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?> -<!-- $Id$ --> - <!-- This file is part of PulseAudio. @@ -33,6 +31,7 @@ USA. <cmd>pulseaudio <opt>--dump-modules</opt></cmd> <cmd>pulseaudio <opt>--dump-resample-methods</opt></cmd> <cmd>pulseaudio <opt>--cleanup-shm</opt></cmd> + <cmd>pulseaudio <opt>--start</opt></cmd> <cmd>pulseaudio <opt>--kill</opt></cmd> <cmd>pulseaudio <opt>--check</opt></cmd> </synopsis> @@ -91,6 +90,16 @@ USA. </option> <option> + <p><opt>--start</opt></p> + + <optdesc><p>Start PulseAudio if it is not running yet. This is + different from starting PulseAudio without <opt>--start</opt> + which would fail if PA is already running. PulseAudio is + guaranteed to be fully initialized when this call + returns. Implies <opt>--daemon</opt>.</p></optdesc> + </option> + + <option> <p><opt>-k | --kill</opt></p> <optdesc><p>Kill an already running PulseAudio daemon of the |