summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2012-07-20 19:42:57 +0200
committerSjoerd Simons <sjoerd@debian.org>2012-07-20 19:42:57 +0200
commit70d0bcf104d8f9da1494ecd7069f306e3cf4577a (patch)
tree393d1267cd7b745b841165b4e0ce92f3ec0a5ab6 /man
parent37c676e57cd346588f9ee0940b50f04603b6d889 (diff)
Imported Upstream version 2.1
Diffstat (limited to 'man')
-rw-r--r--man/pacmd.111
-rw-r--r--man/pacmd.1.xml.in18
2 files changed, 29 insertions, 0 deletions
diff --git a/man/pacmd.1 b/man/pacmd.1
index a61eea5..38c7d69 100644
--- a/man/pacmd.1
+++ b/man/pacmd.1
@@ -3,6 +3,10 @@
pacmd \- Reconfigure a PulseAudio sound server during runtime
.SH SYNOPSIS
\fBpacmd
+
+pacmd --help\fB
+
+pacmd --version\fB
\f1
.SH DESCRIPTION
This tool can be used to introspect or reconfigure a running PulseAudio sound server during runtime. It connects to the sound server and offers a simple live shell that can be used to enter the commands also understood in the \fIdefault.pa\f1 configuration scripts.
@@ -10,6 +14,13 @@ This tool can be used to introspect or reconfigure a running PulseAudio sound se
To exit the live shell, use ctrl+d. Note that the 'exit' command inside the shell will tell the PulseAudio daemon itself to shutdown!
If any arguments are passed on the command line, they will be passed into the live shell which will process the command and exit.
+.SH OPTIONS
+.TP
+\fB-h | --help\f1
+Show help.
+.TP
+\fB--version\f1
+Show version information.
.SH AUTHORS
The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from \fBhttp://pulseaudio.org/\f1
.SH SEE ALSO
diff --git a/man/pacmd.1.xml.in b/man/pacmd.1.xml.in
index 079eb61..7a555fe 100644
--- a/man/pacmd.1.xml.in
+++ b/man/pacmd.1.xml.in
@@ -25,6 +25,8 @@ USA.
<synopsis>
<cmd>pacmd</cmd>
+ <cmd>pacmd <opt>--help</opt></cmd>
+ <cmd>pacmd <opt>--version</opt></cmd>
</synopsis>
<description>
@@ -41,6 +43,22 @@ USA.
passed into the live shell which will process the command and exit.</p>
</description>
+ <options>
+
+ <option>
+ <p><opt>-h | --help</opt></p>
+
+ <optdesc><p>Show help.</p></optdesc>
+ </option>
+
+ <option>
+ <p><opt>--version</opt></p>
+
+ <optdesc><p>Show version information.</p></optdesc>
+ </option>
+
+ </options>
+
<section name="Authors">
<p>The PulseAudio Developers &lt;@PACKAGE_BUGREPORT@&gt;; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
</section>