diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index ab5fa05ab..6a658ff77 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -217,12 +217,13 @@ USA. - --log-target={auto,syslog,stderr} + --log-target={auto,syslog,stderr,file:PATH} Specify the log target. If set to auto (which is the default), then logging is directed to syslog when --daemonize is passed, otherwise to - STDERR. + STDERR. If set to file:PATH, logging is directed to + the file indicated by PATH.
--log-target={auto,syslog,stderr}
--log-target={auto,syslog,stderr,file:PATH}
Specify the log target. If set to auto (which is the default), then logging is directed to syslog when --daemonize is passed, otherwise to - STDERR.