mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Remove quotes from metadata examples
This commit is contained in:
parent
382c687660
commit
378d99e6c0
@ -441,7 +441,7 @@ For example, to decode Ogg Vorbis files using the
|
||||
.Cm oggdec
|
||||
utility:
|
||||
.Pp
|
||||
.Dl \&<decode\&>oggdec -R -o - \&"@T@\&"\&</decode\&>
|
||||
.Dl \&<decode\&>oggdec -R -o - @T@\&</decode\&>
|
||||
.It Sy \&<encode\ /\&>
|
||||
Set the command to encode raw data, received from standard input, to the
|
||||
specified stream format.
|
||||
@ -460,7 +460,7 @@ the
|
||||
.Cm oggenc
|
||||
utility:
|
||||
.Pp
|
||||
.Dl \&<encode\&>oggenc -r -q 1.5 -t \&"@M@\&" -\&</encode\&>
|
||||
.Dl \&<encode\&>oggenc -r -q 1.5 -t @M@ -\&</encode\&>
|
||||
.El
|
||||
.Sh SCRIPTING
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user