]> git.street.me.uk Git - andy/viking.git/commitdiff
Correct DocBook usage
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 7 Nov 2010 18:29:39 +0000 (19:29 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 7 Nov 2010 18:29:39 +0000 (19:29 +0100)
The procedure element is used for enumerating different steps in a procedure.
Simple enumeration is done with itemizedlist element.

help/C/viking.xml

index c8f98544c0c8269b9218fa7913698ad57d4a5814..3d9b32650d659f2c84bdd45a3e4de4f3ff9a0aa0 100644 (file)
@@ -201,13 +201,13 @@ The main &appname; area where the layer data is drawn, is called the <emphasis r
 </para>
 </section>
 <section><title>Statusbar</title>
-<procedure>
 <para>This provides a readout of various information:</para>
-<step><para>The currently selected (mouse pointer) tool</para></step>
-<step><para>The number of items to process in the background - normally this the number in the map tile download queue</para></step>
-<step><para>The zoom factor</para></step>
-<step><para>The location of the mouse pointer (and potentially height information if DEM data is available)</para></step>
-</procedure>
+<itemizedlist>
+<listitem><para>The currently selected (mouse pointer) tool</para></listitem>
+<listitem><para>The number of items to process in the background - normally this the number in the map tile download queue</para></listitem>
+<listitem><para>The zoom factor</para></listitem>
+<listitem><para>The location of the mouse pointer (and potentially height information if DEM data is available)</para></listitem>
+</itemizedlist>
 </section>
 </section>