mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
man: improve man pages a little
This commit is contained in:
parent
319df9fce9
commit
9bd21d6c18
2 changed files with 25 additions and 1 deletions
|
|
@ -15,6 +15,9 @@ This file is part of PipeWire.
|
||||||
<description>
|
<description>
|
||||||
<p>PipeWire is a service that allows access to multimedia devices
|
<p>PipeWire is a service that allows access to multimedia devices
|
||||||
and allows media sharing between applications. </p>
|
and allows media sharing between applications. </p>
|
||||||
|
|
||||||
|
<p>The pipewire daemon reads a config file that is further documented in
|
||||||
|
<manref name="pipewire.conf" section="5"/></p>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<options>
|
<options>
|
||||||
|
|
|
||||||
|
|
@ -33,14 +33,35 @@ This file is part of PipeWire.
|
||||||
</option>
|
</option>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section name="Properies">
|
||||||
|
<option>
|
||||||
|
<p><opt>set-prop</opt> <arg>key</arg> <arg>value</arg></p>
|
||||||
|
<optdesc><p>Sets a property with the given key to value.</p></optdesc>
|
||||||
|
</option>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section name="Plugin mapping">
|
||||||
|
<option>
|
||||||
|
<p><opt>add-spa-lib</opt> <arg>pattern</arg> <arg>library</arg></p>
|
||||||
|
<optdesc><p>Maps the plugin features that match <opt>pattern</opt>
|
||||||
|
to <opt>library</opt>.</p> When the systen needs a plugin feature</optdesc>
|
||||||
|
</option>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section name="Module Management">
|
<section name="Module Management">
|
||||||
<option>
|
<option>
|
||||||
<p><opt>load-module</opt> <arg>name</arg> [<arg>arguments...</arg>]</p>
|
<p><opt>load-module</opt> [<arg>options</arg>] <arg>name</arg> [<arg>arguments...</arg>]</p>
|
||||||
<optdesc><p>Load a module specified by its name and arguments. For most
|
<optdesc><p>Load a module specified by its name and arguments. For most
|
||||||
modules it is OK to be loaded more than once.</p></optdesc>
|
modules it is OK to be loaded more than once.</p></optdesc>
|
||||||
</option>
|
</option>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section name="Exec">
|
||||||
|
<option>
|
||||||
|
<p><opt>exec</opt> <arg>program</arg></p>
|
||||||
|
<optdesc><p>Execute program. This is usually the session manager.</p></optdesc>
|
||||||
|
</option>
|
||||||
|
</section>
|
||||||
<section name="Authors">
|
<section name="Authors">
|
||||||
<p>The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from <url href="@PACKAGE_URL@"/></p>
|
<p>The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from <url href="@PACKAGE_URL@"/></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue