diff options
author | Peter Meerwald <pmeerw@pmeerw.net> | 2012-01-08 13:16:50 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-01-28 17:46:19 +0200 |
commit | fab254c41929c237130c693677a2eb4363cf08bc (patch) | |
tree | 77628e330e235e5b87d4f5aaaf92578dc2fbd561 | |
parent | 5f16d42ffa51b8b169fccdcdc6568b848491aacd (diff) |
manpage: document --log-meta, --log-time, log-backtrace
-rw-r--r-- | man/pulseaudio.1.xml.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index 6a658ff77..3b34f25f0 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -227,6 +227,25 @@ USA. </option> <option> + <p><opt>--log-meta</opt><arg>[=BOOL]</arg></p> + + <optdesc><p>Show source code location in log messages.</p></optdesc> + </option> + + <option> + <p><opt>--log-time</opt><arg>[=BOOL]</arg></p> + + <optdesc><p>Show timestamps in log messages.</p></optdesc> + </option> + + <option> + <p><opt>--log-backtrace</opt><arg>=FRAMES</arg></p> + + <optdesc><p>When FRAMES is greater than 0, log for each message a + stack trace up to the number of specified stack frames.</p></optdesc> + </option> + + <option> <p><opt>--p | --dl-search-path</opt><arg>=PATH</arg></p> <optdesc><p>Set the search path for dynamic shared objects |