Use a code block instead of <screen>

This commit is contained in:
Matthias Clasen 2014-02-05 22:01:54 -05:00
parent 0e671286fc
commit 49c2223ee6

View File

@ -59,7 +59,7 @@
* #GOptionGroup) and write a text similar to the one shown in the * #GOptionGroup) and write a text similar to the one shown in the
* following example to stdout. * following example to stdout.
* *
* <informalexample><screen> * |[
* Usage: * Usage:
* testtreemodel [OPTION...] - test tree model performance * testtreemodel [OPTION...] - test tree model performance
* *
@ -75,7 +75,7 @@
* -v, --verbose Be verbose * -v, --verbose Be verbose
* -b, --beep Beep when done * -b, --beep Beep when done
* --rand Randomize the data * --rand Randomize the data
* </screen></informalexample> * ]|
* *
* GOption groups options in #GOptionGroups, which makes it easy to * GOption groups options in #GOptionGroups, which makes it easy to
* incorporate options from multiple sources. The intended use for this is * incorporate options from multiple sources. The intended use for this is