man: specify the xdg and confdata dirs in the pipewire.conf man page

This commit is contained in:
Peter Hutterer 2021-05-20 12:35:27 +10:00 committed by Wim Taymans
parent 59a8253047
commit 9af86b7b76
2 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,9 @@ This file is part of PipeWire.
<manpage name="pipewire.conf" section="5" desc="The PipeWire server configuration file">
<synopsis>
<p><file>$XDG_CONFIG_HOME/pipewire/pipewire.conf</file></p>
<p><file>@PIPEWIRE_CONFIG_DIR@/pipewire.conf</file></p>
<p><file>@PIPEWIRE_CONFDATADIR@/pipewire.conf</file></p>
</synopsis>
<description>
@ -20,8 +22,8 @@ This file is part of PipeWire.
itself. It executes a series of commands listed in the config
file.</p>
<p>The config file in the default location is used but the
environment variables PIPEWIRE_CONFIG_DIR, PIPEWIRE_CONFIG_PREFIX
<p>The config files are loaded in the order listed in the SYNOPSIS.
The environment variables PIPEWIRE_CONFIG_DIR, PIPEWIRE_CONFIG_PREFIX
and PIPEWIRE_CONFIG_NAME can be used to specify an alternative config
directory, subdirectory and file respectively.</p>
</description>