mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
man: add a man page for pipewire-pulse
This commit is contained in:
parent
82e321da14
commit
eb688a9f57
2 changed files with 51 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
50
man/pipewire-pulse.1.rst.in
Normal file
50
man/pipewire-pulse.1.rst.in
Normal 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)``
|
||||||
Loading…
Add table
Add a link
Reference in a new issue