diff options
author | Shuai Fan <shuai900217@126.com> | 2013-06-19 11:59:08 +0800 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2013-06-20 16:34:57 +0300 |
commit | b0bf132f8f643dcafda9d52c76543fafaf93f3a0 (patch) | |
tree | 818cf20ba9780cf3da8be7538dbc7906c9e2e044 /man | |
parent | e05c12f28b4bc8e4d7c5ba47f4bdb51243f9f252 (diff) |
cli, log: Improve the set-log-target functionality
Add a new log target 'newfile:PATH', and refactoring 'pa_log_target_type'.
Signed-off-by: Shuai Fan <shuai900217@126.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-cli-syntax.5.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in index 92c713461..b150b67e6 100644 --- a/man/pulse-cli-syntax.5.xml.in +++ b/man/pulse-cli-syntax.5.xml.in @@ -263,7 +263,7 @@ USA. <option> <p><opt>set-log-target</opt> <arg>target</arg></p> - <optdesc><p>Change the log target (null, auto, syslog, stderr, file:PATH).</p></optdesc> + <optdesc><p>Change the log target (null, auto, syslog, stderr, file:PATH, newfile:PATH).</p></optdesc> </option> <option> |