diff options
Diffstat (limited to 'man/pacmd.1')
-rw-r--r-- | man/pacmd.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man/pacmd.1 b/man/pacmd.1 new file mode 100644 index 0000000..38c7d69 --- /dev/null +++ b/man/pacmd.1 @@ -0,0 +1,27 @@ +.TH pacmd 1 User Manuals +.SH NAME +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. + +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 +\fBpulse-cli-syntax(5)\f1, \fBpulseaudio(1)\f1, \fBpactl(1)\f1, \fBdefault.pa(5)\f1 |