From eb688a9f57bc0fc7659052428bc0528beead2e0d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 10 Nov 2021 11:27:33 +1000 Subject: [PATCH] man: add a man page for pipewire-pulse --- man/meson.build | 1 + man/pipewire-pulse.1.rst.in | 50 +++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 man/pipewire-pulse.1.rst.in diff --git a/man/meson.build b/man/meson.build index 638b12b51..a92649dff 100644 --- a/man/meson.build +++ b/man/meson.build @@ -10,6 +10,7 @@ manpage_conf.set('top_builddir', meson.build_root()) manpages = [ 'pipewire.1.rst.in', + 'pipewire-pulse.1.rst.in', 'pipewire.conf.5.rst.in', 'pw-cat.1.rst.in', 'pw-cli.1.rst.in', diff --git a/man/pipewire-pulse.1.rst.in b/man/pipewire-pulse.1.rst.in new file mode 100644 index 000000000..d942093c4 --- /dev/null +++ b/man/pipewire-pulse.1.rst.in @@ -0,0 +1,50 @@ +.. This file is part of PipeWire. + +pipewire-pulse +############## + +----------------------------------- +The PipeWire PulseAudio replacement +----------------------------------- + +:Manual section: 1 +:Manual group: General Commands Manual + +SYNOPSIS +======== + +| **pipewire-pulse** [*options*] + +DESCRIPTION +=========== + +**pipewire-pulse** starts a PulseAudio-compatible daemon that integrates with +the PipeWire media server. This daemon is a drop-in replacement for the +PulseAudio daemon. + +OPTIONS +======= + +-h | --help + Show help. + +-v | --verbose + Increase the verbosity by one level. This option may be specified multiple + times. + +--version + Show version information. + +-c | --config=FILE + Load the given config file (Default: pipewire-pulse.conf). + +AUTHORS +======= + +The PipeWire Developers <@PACKAGE_BUGREPORT@>; +PipeWire is available from @PACKAGE_URL@ + +SEE ALSO +======== + +``pipewire(1)``