mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-06-01 06:58:19 +02:00
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:
parent
b096704c0d
commit
998f7e752a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue