diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2010-01-31 14:15:31 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-11-28 19:16:09 +0000 |
commit | 53f2294d16326688c1b7e21480a40afef6987868 (patch) | |
tree | d4c359a89147acb386d58272ce1f747ff95145c1 /man | |
parent | 7ad19a1eaf0d14b9a800c4120481ab437eab264d (diff) |
man: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`).
Also reword to avoid referring to the legacy /tmp/pulse-$USER
path (Colin Guthrie)
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index f0e1de47..f2deff1d 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -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> |