projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945e0d2
)
man: Fix syntax for value lists in caps strings
author
Bastian Winkler
<buz@netbuz.org>
Tue, 18 Sep 2012 13:22:03 +0000
(15:22 +0200)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Fri, 21 Sep 2012 10:47:23 +0000
(11:47 +0100)
Value lists use curly brackets instead of parentheses
https://bugzilla.gnome.org/show_bug.cgi?id=684293
tools/gst-launch.1.in
patch
|
blob
|
history
diff --git
a/tools/gst-launch.1.in
b/tools/gst-launch.1.in
index
73bffeb
..
6bec3b6
100644
(file)
--- a/
tools/gst-launch.1.in
+++ b/
tools/gst-launch.1.in
@@
-199,7
+199,7
@@
either be integers or strings. Boolean values are (case insensitive) \fIyes\fR,
.br
Ranges are in this format: [ VALUE, VALUE ]
.br
-Lists use this format:
( VALUE \fI[, VALUE ...]\fR )
+Lists use this format:
{ VALUE \fI[, VALUE ...]\fR }
.SH "PIPELINE EXAMPLES"