diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-02-06 16:08:50 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2014-02-07 16:20:49 +0200 |
commit | 3cc4765d16f0e8a2d3183106345ff7d924a100fa (patch) | |
tree | 52ded272966e41fcf540b84697f45fef7313ffee /man | |
parent | e9768d9aac8c7e9a5313717f754c0b8b574c4765 (diff) |
man: improve man page and help for cmdline options
Diffstat (limited to 'man')
-rw-r--r-- | man/pulseaudio.1.xml.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/pulseaudio.1.xml.in b/man/pulseaudio.1.xml.in index 114cd967b..7a9737956 100644 --- a/man/pulseaudio.1.xml.in +++ b/man/pulseaudio.1.xml.in @@ -181,6 +181,12 @@ USA. </option> <option> + <p><opt>--disallow-exit</opt><arg>[=BOOL]</arg></p> + + <optdesc><p>Disallow user requested exit</p></optdesc> + </option> + + <option> <p><opt>--exit-idle-time</opt><arg>=SECS</arg></p> <optdesc><p>Terminate the daemon when idle and the specified @@ -209,7 +215,7 @@ USA. </option> <option> - <p><opt>-v</opt></p> + <p><opt>-v | --verbose</opt></p> <optdesc><p>Increase the configured verbosity level by one (see <opt>--log-level</opt> above). Specify multiple times to @@ -250,7 +256,7 @@ USA. </option> <option> - <p><opt>--p | --dl-search-path</opt><arg>=PATH</arg></p> + <p><opt>-p | --dl-search-path</opt><arg>=PATH</arg></p> <optdesc><p>Set the search path for dynamic shared objects (plugins).</p></optdesc> |