man: Fix syntax for value lists in caps strings

Value lists use curly brackets instead of parentheses

https://bugzilla.gnome.org/show_bug.cgi?id=684293
This commit is contained in:
Bastian Winkler 2012-09-18 15:22:03 +02:00 committed by Tim-Philipp Müller
parent 945e0d2be9
commit 771d061658

View 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"