diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index c270d2bce..744e94e54 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -297,12 +297,15 @@ USA. log-target= The default log target. Use either - stderr, syslog or auto. The - latter is equivalent to sylog in case - daemonize is enabled, otherwise to - stderr. Defaults to auto. The - --log-target command line option takes - precedence. + stderr, syslog, auto, + file:PATH or newfile:PATH. auto is + equivalent to sylog in case daemonize is enabled, + otherwise to stderr. If set to file:PATH, logging + is directed to the file indicated by PATH. newfile:PATH is + otherwise the same as file:PATH, but existing files are never + overwritten. If the specified file already exists, a suffix is added to + the file name to avoid overwriting. Defaults to auto. The + --log-target command line option takes precedence.
log-target= The default log target. Use either - stderr, syslog or auto. The - latter is equivalent to sylog in case - daemonize is enabled, otherwise to - stderr. Defaults to auto. The - --log-target command line option takes - precedence.
--log-target={auto,syslog,stderr,file:PATH}
--log-target={auto,syslog,stderr,file:PATH,newfile: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. If set to file:PATH, logging is directed to - the file indicated by PATH.