man: add a man page for pipewire-pulse

This commit is contained in:
Peter Hutterer 2021-11-10 11:27:33 +10:00 committed by Wim Taymans
parent 82e321da14
commit eb688a9f57
2 changed files with 51 additions and 0 deletions

View file

@ -10,6 +10,7 @@ manpage_conf.set('top_builddir', meson.build_root())
manpages = [ manpages = [
'pipewire.1.rst.in', 'pipewire.1.rst.in',
'pipewire-pulse.1.rst.in',
'pipewire.conf.5.rst.in', 'pipewire.conf.5.rst.in',
'pw-cat.1.rst.in', 'pw-cat.1.rst.in',
'pw-cli.1.rst.in', 'pw-cli.1.rst.in',

View file

@ -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)``