]> code.delx.au - pulseaudio/commitdiff
man: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`).
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sun, 31 Jan 2010 13:15:31 +0000 (14:15 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 28 Nov 2010 19:16:09 +0000 (19:16 +0000)
Also reword to avoid referring to the legacy /tmp/pulse-$USER
path (Colin Guthrie)

man/pulse-daemon.conf.5.xml.in

index f0e1de470ac28a6c37c58061cc01e8123efbe44e..f2deff1d4a74722b47564b227ab472e54595c457 100644 (file)
@@ -122,13 +122,13 @@ USA.
     </option>
 
     <option>
-      <p><opt>use-pid-file=</opt> Create a PID file in
-      <file>/tmp/pulse-$USER/pid</file>. Of this is enabled you may
+      <p><opt>use-pid-file=</opt> Create a PID file in the runtime directory
+      (<file>$HOME/.pulse/*-runtime/pid</file>). If this is enabled you may
       use commands like <opt>--kill</opt> or <opt>--check</opt>. If
       you are planning to start more than one PulseAudio process per
       user, you better disable this option since it effectively
       disables multiple instances. Takes a boolean argument, defaults
-      to <opt>yes</opt>. The <opt>--no-cpu-limit</opt> command line
+      to <opt>yes</opt>. The <opt>--use-pid-file</opt> command line
       option takes precedence.</p>
     </option>