1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Remove quotes from metadata examples

This commit is contained in:
Moritz Grimm 2015-01-17 22:39:26 +01:00
parent 382c687660
commit 378d99e6c0

View File

@ -441,7 +441,7 @@ For example, to decode Ogg Vorbis files using the
.Cm oggdec .Cm oggdec
utility: utility:
.Pp .Pp
.Dl \&<decode\&>oggdec -R -o - \&"@T@\&"\&</decode\&> .Dl \&<decode\&>oggdec -R -o - @T@\&</decode\&>
.It Sy \&<encode\ /\&> .It Sy \&<encode\ /\&>
Set the command to encode raw data, received from standard input, to the Set the command to encode raw data, received from standard input, to the
specified stream format. specified stream format.
@ -460,7 +460,7 @@ the
.Cm oggenc .Cm oggenc
utility: utility:
.Pp .Pp
.Dl \&<encode\&>oggenc -r -q 1.5 -t \&"@M@\&" -\&</encode\&> .Dl \&<encode\&>oggenc -r -q 1.5 -t @M@ -\&</encode\&>
.El .El
.Sh SCRIPTING .Sh SCRIPTING
The The