diff options
author | Colin Guthrie <colin@mageia.org> | 2014-10-17 13:09:14 +0200 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-11-03 12:32:23 +0000 |
commit | e7755291670c595129657d3a07634d6ad881a76c (patch) | |
tree | d6ebf09e4424921a0ea327b18f7c849832060aca /man | |
parent | 9b87baf58aaa259a1ecb0832aafb3294cfd4d6a3 (diff) |
man: Fix XDG_RUNTIME_DIR variable reference.
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 8bd076d71..754312edf 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -124,7 +124,7 @@ USA. <option> <p><opt>use-pid-file=</opt> Create a PID file in the runtime directory - (<file>$XDG_RUNTIMEDIR/pulse/pid</file>). If this is enabled you may + (<file>$XDG_RUNTIME_DIR/pulse/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 |