man: Fix syntax for value lists in caps strings
authorBastian Winkler <buz@netbuz.org>
Tue, 18 Sep 2012 13:22:03 +0000 (15:22 +0200)
committerTim-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

index 73bffeb..6bec3b6 100644 (file)
@@ -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"