man: Fix default device names in pacat.1.xml.in

The strings @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@ 
are all identified by meson as template strings. However in this case, 
they're meant to be literally represented in the man page without 
any string substitution. Prefix the strings with backslash to avoid 
them being swallowed by meson.


Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/work_items/3847
This commit is contained in:
regenman 2026-05-22 00:12:28 +02:00
parent b096704c0d
commit 998f7e752a

View file

@ -79,7 +79,7 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
<option>
<p><opt>-d | --device</opt><arg>=SINKORSOURCE</arg></p>
<optdesc><p>Specify the symbolic name of the sink/source to play/record this stream on/from. The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@ can be used to specify the default sink, source and monitor respectively.</p></optdesc>
<optdesc><p>Specify the symbolic name of the sink/source to play/record this stream on/from. The special names \@DEFAULT_SINK@, \@DEFAULT_SOURCE@ and \@DEFAULT_MONITOR@ can be used to specify the default sink, source and monitor respectively.</p></optdesc>
</option>
<option>