diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:03:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:03:18 +0000 |
commit | 2dd5bc6a074165ddfbd57c4bd52c2d2dac8f47a1 (patch) | |
tree | 465b29cb405d3af0b0ad50c78e1dccc636594fec /man/pacmd.1 | |
parent | Initial commit. (diff) | |
download | pulseaudio-2dd5bc6a074165ddfbd57c4bd52c2d2dac8f47a1.tar.xz pulseaudio-2dd5bc6a074165ddfbd57c4bd52c2d2dac8f47a1.zip |
Adding upstream version 14.2.upstream/14.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |