Code

Imported upstream version 1.3rc9.
[pkg-rrdtool.git] / doc / rrdgraph_graph.html
index d53067015a9be7f28148b9c5d795553038744ed8..089851538e576f408918560b1b05291df38a1a47 100644 (file)
@@ -67,51 +67,42 @@ Similarly, no report is generated if you don't use print options.</p>
 <hr />
 <h1><a name="print">PRINT</a></h1>
 <dl>
-<dt><strong><a name="item_print_3avname_3aformat_5b_3astrftime_5d"><strong>PRINT:</strong><em>vname</em><strong>:</strong><em>format</em>[<strong>:strftime</strong>]</a></strong>
+<dt><strong><a name="item_print_3avname_3aformat_5b_3astrftime_5d"><strong>PRINT:</strong><em>vname</em><strong>:</strong><em>format</em>[<strong>:strftime</strong>]</a></strong></dt>
 
 <dd>
 <p>Depending on the context, either the value component or the time
 component of a <strong>VDEF</strong> is printed using <em>format</em>. It is an error
 to specify a <em>vname</em> generated by a <strong>DEF</strong> or <strong>CDEF</strong>.</p>
-</dd>
-<dd>
 <p>Any text in <em>format</em> is printed literally with one exception:
 The percent character introduces a formatter string. This string
 can be:</p>
-</dd>
-<dd>
 <p>For printing values:</p>
-</dd>
 <dl>
-<dt><strong><a name="item___"><strong>%%</strong></a></strong>
+<dt><strong><a name="item___"><strong>%%</strong></a></strong></dt>
 
 <dd>
 <p>just prints a literal '%' character</p>
 </dd>
-</li>
-<dt><strong><a name="item_____le"><strong>%#.#le</strong></a></strong>
+<dt><strong><a name="item_____le"><strong>%#.#le</strong></a></strong></dt>
 
 <dd>
 <p>prints numbers like 1.2346e+04. The optional integers # denote field
 width and decimal precision.</p>
 </dd>
-</li>
-<dt><strong><a name="item_____lf"><strong>%#.#lf</strong></a></strong>
+<dt><strong><a name="item_____lf"><strong>%#.#lf</strong></a></strong></dt>
 
 <dd>
 <p>prints numbers like 12345.6789, with optional field width
 and precision.</p>
 </dd>
-</li>
-<dt><strong><a name="item__s"><strong>%s</strong></a></strong>
+<dt><strong><a name="item__s"><strong>%s</strong></a></strong></dt>
 
 <dd>
 <p>place this after <strong>%le</strong>, <strong>%lf</strong> or <strong>%lg</strong>. This will be replaced by the
 appropriate SI magnitude unit and the value will be scaled
 accordingly (123456 -&gt; 123.456 k).</p>
 </dd>
-</li>
-<dt><strong><a name="item__s"><strong>%S</strong></a></strong>
+<dt><strong><a name="item__s"><strong>%S</strong></a></strong></dt>
 
 <dd>
 <p>is similar to <strong>%s</strong>. It does, however, use a previously defined
@@ -120,80 +111,68 @@ one (just like <strong>%s</strong>) unless the value is zero, in which case the
 unit stays undefined. Thus, formatter strings using <strong>%S</strong> and no <strong>%s</strong>
 will all use the same magnitude unit except for zero values.</p>
 </dd>
-</li>
 </dl>
 <p>If you PRINT a VDEF value, you can also print the time associated with it by appending the string
 <strong>:strftime</strong> to the format. Note that rrdtool uses the strftime function of your OSs clibrary. This means that
 the conversion specifier may vary. Check the manual page if you are uncertain. The following is a list of
 conversion specifiers usually supported across the board.</p>
 <dl>
-<dt><strong><a name="item__a"><strong>%a</strong></a></strong>
+<dt><strong><a name="item__a"><strong>%a</strong></a></strong></dt>
 
 <dd>
 <p>The abbreviated weekday name according to the current locale.</p>
 </dd>
-</li>
-<dt><strong><a name="item__a"><strong>%A</strong></a></strong>
+<dt><strong><a name="item__a"><strong>%A</strong></a></strong></dt>
 
 <dd>
 <p>The full weekday name according to the current locale.</p>
 </dd>
-</li>
-<dt><strong><a name="item__b"><strong>%b</strong></a></strong>
+<dt><strong><a name="item__b"><strong>%b</strong></a></strong></dt>
 
 <dd>
 <p>The abbreviated month name according to the current locale.</p>
 </dd>
-</li>
-<dt><strong><a name="item__b"><strong>%B</strong></a></strong>
+<dt><strong><a name="item__b"><strong>%B</strong></a></strong></dt>
 
 <dd>
 <p>The full month name according to the current locale.</p>
 </dd>
-</li>
-<dt><strong><a name="item__c"><strong>%c</strong></a></strong>
+<dt><strong><a name="item__c"><strong>%c</strong></a></strong></dt>
 
 <dd>
 <p>The preferred date and time representation for the current locale.</p>
 </dd>
-</li>
-<dt><strong><a name="item__d"><strong>%d</strong></a></strong>
+<dt><strong><a name="item__d"><strong>%d</strong></a></strong></dt>
 
 <dd>
 <p>The day of the month as a decimal number (range 01 to 31).</p>
 </dd>
-</li>
-<dt><strong><a name="item__h"><strong>%H</strong></a></strong>
+<dt><strong><a name="item__h"><strong>%H</strong></a></strong></dt>
 
 <dd>
 <p>The hour as a decimal number using a 24-hour clock (range 00 to 23).</p>
 </dd>
-</li>
-<dt><strong><a name="item__i"><strong>%I</strong></a></strong>
+<dt><strong><a name="item__i"><strong>%I</strong></a></strong></dt>
 
 <dd>
 <p>The hour as a decimal number using a 12-hour clock (range 01 to 12).</p>
 </dd>
-</li>
-<dt><strong><a name="item__j"><strong>%j</strong></a></strong>
+<dt><strong><a name="item__j"><strong>%j</strong></a></strong></dt>
 
 <dd>
 <p>The day of the year as a decimal number (range 001 to 366).</p>
 </dd>
-</li>
-<dt><strong><a name="item__m"><strong>%m</strong></a></strong>
+<dt><strong><a name="item__m"><strong>%m</strong></a></strong></dt>
 
 <dd>
 <p>The month as a decimal number (range 01 to 12).</p>
 </dd>
-</li>
-<dt><strong><a name="item__m"><strong>%M</strong></a></strong>
+<dt><strong><a name="item__m"><strong>%M</strong></a></strong></dt>
 
 <dd>
 <p>The minute as a decimal number (range 00 to 59).</p>
 </dd>
-</li>
-<dt><strong><a name="item__p"><strong>%p</strong></a></strong>
+<dt><strong><a name="item__p"><strong>%p</strong></a></strong></dt>
 
 <dd>
 <p>Either `AM' or `PM' according to the given time value, or the corresponding
@@ -201,113 +180,98 @@ strings for the current locale.  Noon is treated as `pm' and midnight as
 `am'.  Note that in many locales and `pm' notation is unsupported and in
 such cases %p will return an empty string.</p>
 </dd>
-</li>
-<dt><strong><strong>%S</strong></strong>
+<dt><strong><strong>%S</strong></strong></dt>
 
 <dd>
 <p>The second as a decimal number (range 00 to 61).</p>
 </dd>
-</li>
-<dt><strong><a name="item__u"><strong>%U</strong></a></strong>
+<dt><strong><a name="item__u"><strong>%U</strong></a></strong></dt>
 
 <dd>
 <p>The  week  number  of  the current year as a decimal number, range 00 to 53, starting with the
 first Sunday as the first day of week 01. See also %V and %W.</p>
 </dd>
-</li>
-<dt><strong><a name="item__v"><strong>%V</strong></a></strong>
+<dt><strong><a name="item__v"><strong>%V</strong></a></strong></dt>
 
 <dd>
 <p>The ISO 8601:1988 week number of the current year as a decimal number, range 01 to  53,  where
 week  1 is the first week that has at least 4 days in the current year, and with Monday as the
 first day of the week. See also %U and %W.</p>
 </dd>
-</li>
-<dt><strong><a name="item__w"><strong>%w</strong></a></strong>
+<dt><strong><a name="item__w"><strong>%w</strong></a></strong></dt>
 
 <dd>
 <p>The day of the week as a decimal, range 0 to 6, Sunday being 0.  See also %u.</p>
 </dd>
-</li>
-<dt><strong><a name="item__w"><strong>%W</strong></a></strong>
+<dt><strong><a name="item__w"><strong>%W</strong></a></strong></dt>
 
 <dd>
 <p>The week number of the current year as a decimal number, range 00 to  53,  starting  with  the
 first Monday as the first day of week 01.</p>
 </dd>
-</li>
-<dt><strong><a name="item__x"><strong>%x</strong></a></strong>
+<dt><strong><a name="item__x"><strong>%x</strong></a></strong></dt>
 
 <dd>
 <p>The preferred date representation for the current locale without the time.</p>
 </dd>
-</li>
-<dt><strong><a name="item__x"><strong>%X</strong></a></strong>
+<dt><strong><a name="item__x"><strong>%X</strong></a></strong></dt>
 
 <dd>
 <p>The preferred time representation for the current locale without the date.</p>
 </dd>
-</li>
-<dt><strong><a name="item__y"><strong>%y</strong></a></strong>
+<dt><strong><a name="item__y"><strong>%y</strong></a></strong></dt>
 
 <dd>
 <p>The year as a decimal number without a century (range 00 to 99).</p>
 </dd>
-</li>
-<dt><strong><a name="item__y"><strong>%Y</strong></a></strong>
+<dt><strong><a name="item__y"><strong>%Y</strong></a></strong></dt>
 
 <dd>
 <p>The year as a decimal number including the century.</p>
 </dd>
-</li>
-<dt><strong><a name="item__z"><strong>%Z</strong></a></strong>
+<dt><strong><a name="item__z"><strong>%Z</strong></a></strong></dt>
 
 <dd>
 <p>The time zone or name or abbreviation.</p>
 </dd>
-</li>
-<dt><strong><strong>%%</strong></strong>
+<dt><strong><strong>%%</strong></strong></dt>
 
 <dd>
 <p>A literal `%' character.</p>
 </dd>
-</li>
 </dl>
-<dt><strong><a name="item_print_3avname_3acf_3aformat"><strong>PRINT:</strong><em>vname</em><strong>:</strong><em>CF</em><strong>:</strong><em>format</em></a></strong>
+</dd>
+<dt><strong><a name="item_print_3avname_3acf_3aformat"><strong>PRINT:</strong><em>vname</em><strong>:</strong><em>CF</em><strong>:</strong><em>format</em></a></strong></dt>
 
 <dd>
 <p><em>Deprecated. Use the new form of this command in new scripts.</em>
 The first form of this command is to be used with <strong>CDEF</strong> <em>vname</em>s.</p>
 </dd>
-</li>
 </dl>
 <p>
 </p>
 <hr />
 <h1><a name="graph">GRAPH</a></h1>
 <dl>
-<dt><strong><a name="item_gprint_3avname_3aformat"><strong>GPRINT</strong><strong>:</strong><em>vname</em><strong>:</strong><em>format</em></a></strong>
+<dt><strong><a name="item_gprint_3avname_3aformat"><strong>GPRINT</strong><strong>:</strong><em>vname</em><strong>:</strong><em>format</em></a></strong></dt>
 
 <dd>
 <p>This is the same as <code>PRINT</code>, but printed inside the graph.</p>
 </dd>
-</li>
-<dt><strong><a name="item_gprint_3avname_3acf_3aformat"><strong>GPRINT</strong><strong>:</strong><em>vname</em><strong>:</strong><em>CF</em><strong>:</strong><em>format</em></a></strong>
+<dt><strong><a name="item_gprint_3avname_3acf_3aformat"><strong>GPRINT</strong><strong>:</strong><em>vname</em><strong>:</strong><em>CF</em><strong>:</strong><em>format</em></a></strong></dt>
 
 <dd>
 <p><em>Deprecated. Use the new form of this command in new scripts.</em>
 This is the same as <code>PRINT</code>, but printed inside the graph.</p>
 </dd>
-</li>
-<dt><strong><a name="item_comment_3atext"><strong>COMMENT</strong><strong>:</strong><em>text</em></a></strong>
+<dt><strong><a name="item_comment_3atext"><strong>COMMENT</strong><strong>:</strong><em>text</em></a></strong></dt>
 
 <dd>
 <p>Text is printed literally in the legend section of the graph. Note that in
 RRDtool 1.2 you have to escape colons in COMMENT text in the same way you
 have to escape them in <strong>*PRINT</strong> commands by writing <strong>'\:'</strong>.</p>
 </dd>
-</li>
-<dt><strong><a name="item_vrule_3atime_23color_5b_3alegend_5d_5b_3adashes_5b"><strong>VRULE</strong><strong>:</strong><em>time</em><strong>#</strong><em>color</em>[<strong>:</strong><em>legend</em>][<strong>:dashes</strong>[<strong>=</strong><em>on_s</em>[,<em>off_s</em>[,<em>on_s</em>,<em>off_s</em>]...]][<strong>:dash-offset=</strong><em>offset</em>]]</a></strong>
+<dt><strong><a name="item_vrule_3atime_23color_5b_3alegend_5d_5b_3adashes_5b"><strong>VRULE</strong><strong>:</strong><em>time</em><strong>#</strong><em>color</em>[<strong>:</strong><em>legend</em>][<strong>:dashes</strong>[<strong>=</strong><em>on_s</em>[,<em>off_s</em>[,<em>on_s</em>,<em>off_s</em>]...]][<strong>:dash-offset=</strong><em>offset</em>]]</a></strong></dt>
 
 <dd>
 <p>Draw a vertical line at <em>time</em>.  Its color is composed from three
@@ -318,16 +282,14 @@ from a <strong>VDEF</strong>. It is an error to use <em>vname</em>s from <strong
 Dashed lines can be drawn using the <strong>dashes</strong> modifier. See <strong>LINE</strong> for more
 details.</p>
 </dd>
-</li>
-<dt><strong><a name="item_hrule_3avalue_23color_5b_3alegend_5d_5b_3adashes_5"><strong>HRULE</strong><strong>:</strong><em>value</em><strong>#</strong><em>color</em>[<strong>:</strong><em>legend</em>][<strong>:dashes</strong>[<strong>=</strong><em>on_s</em>[,<em>off_s</em>[,<em>on_s</em>,<em>off_s</em>]...]][<strong>:dash-offset=</strong><em>offset</em>]]</a></strong>
+<dt><strong><a name="item_hrule_3avalue_23color_5b_3alegend_5d_5b_3adashes_5"><strong>HRULE</strong><strong>:</strong><em>value</em><strong>#</strong><em>color</em>[<strong>:</strong><em>legend</em>][<strong>:dashes</strong>[<strong>=</strong><em>on_s</em>[,<em>off_s</em>[,<em>on_s</em>,<em>off_s</em>]...]][<strong>:dash-offset=</strong><em>offset</em>]]</a></strong></dt>
 
 <dd>
 <p>Draw a horizontal line at <em>value</em>.  HRULE acts much like LINE except that
 will have no effect on the scale of the graph. If a HRULE is outside the
 graphing area it will just not be visible.</p>
 </dd>
-</li>
-<dt><strong><a name="item_line_5bwidth_5d_3avalue_5b_23color_5d_5b_3a_5blege"><strong>LINE</strong>[<em>width</em>]<strong>:</strong><em>value</em>[<strong>#</strong><em>color</em>][<strong>:</strong>[<em>legend</em>][<strong>:STACK</strong>]][<strong>:dashes</strong>[<strong>=</strong><em>on_s</em>[,<em>off_s</em>[,<em>on_s</em>,<em>off_s</em>]...]][<strong>:dash-offset=</strong><em>offset</em>]]</a></strong>
+<dt><strong><a name="item_line_5bwidth_5d_3avalue_5b_23color_5d_5b_3a_5blege"><strong>LINE</strong>[<em>width</em>]<strong>:</strong><em>value</em>[<strong>#</strong><em>color</em>][<strong>:</strong>[<em>legend</em>][<strong>:STACK</strong>]][<strong>:dashes</strong>[<strong>=</strong><em>on_s</em>[,<em>off_s</em>[,<em>on_s</em>,<em>off_s</em>]...]][<strong>:dash-offset=</strong><em>offset</em>]]</a></strong></dt>
 
 <dd>
 <p>Draw a line of the specified width onto the graph. <em>width</em> can be a
@@ -338,8 +300,6 @@ the legend section if specified. The <strong>value</strong> can be generated by
 <strong>VDEF</strong>, and <strong>CDEF</strong>.  If the optional <strong>STACK</strong> modifier is used, this line
 is stacked on top of the previous element which can be a <strong>LINE</strong> or an
 <strong>AREA</strong>.</p>
-</dd>
-<dd>
 <p>The <strong>dashes</strong> modifier enables dashed line style. Without any further options
 a symmetric dashed line with a segment length of 5 pixels will be drawn. The
 dash pattern can be changed if the <strong>dashes=</strong> parameter is followed by either
@@ -347,20 +307,16 @@ one value or an even number (1, 2, 4, 6, ...) of positive values. Each value
 provides the length of alternate <em>on_s</em> and <em>off_s</em> portions of the
 stroke. The <strong>dash-offset</strong> parameter specifies an <em>offset</em> into the pattern
 at which the stroke begins.</p>
-</dd>
-<dd>
 <p>When you do not specify a color, you cannot specify a legend.  Should
 you want to use STACK, use the ``LINEx:&lt;value&gt;::STACK'' form.</p>
 </dd>
-</li>
-<dt><strong><a name="item_area_3avalue_5b_23color_5d_5b_3a_5blegend_5d_5b_3a"><strong>AREA</strong><strong>:</strong><em>value</em>[<strong>#</strong><em>color</em>][<strong>:</strong>[<em>legend</em>][<strong>:STACK</strong>]]</a></strong>
+<dt><strong><a name="item_area_3avalue_5b_23color_5d_5b_3a_5blegend_5d_5b_3a"><strong>AREA</strong><strong>:</strong><em>value</em>[<strong>#</strong><em>color</em>][<strong>:</strong>[<em>legend</em>][<strong>:STACK</strong>]]</a></strong></dt>
 
 <dd>
 <p>See <strong>LINE</strong>, however the area between the x-axis and the line will
 be filled.</p>
 </dd>
-</li>
-<dt><strong><a name="item_tick_3avname_23rrggbb_5baa_5d_5b_3afraction_5b_3al"><strong>TICK</strong><strong>:</strong><em>vname</em><strong>#</strong><em>rrggbb</em>[<em>aa</em>][<strong>:</strong><em>fraction</em>[<strong>:</strong><em>legend</em>]]</a></strong>
+<dt><strong><a name="item_tick_3avname_23rrggbb_5baa_5d_5b_3afraction_5b_3al"><strong>TICK</strong><strong>:</strong><em>vname</em><strong>#</strong><em>rrggbb</em>[<em>aa</em>][<strong>:</strong><em>fraction</em>[<strong>:</strong><em>legend</em>]]</a></strong></dt>
 
 <dd>
 <p>Plot a tick mark (a vertical line) for each value of <em>vname</em> that is
@@ -370,8 +326,7 @@ the axis). Note that the color specification is not optional. The TICK marks nor
 start at the lower edge of the graphing area. If the fraction is negative they start
 at the upper border of the graphing area.</p>
 </dd>
-</li>
-<dt><strong><a name="item_shift_3avname_3aoffset"><strong>SHIFT</strong><strong>:</strong><em>vname</em><strong>:</strong><em>offset</em></a></strong>
+<dt><strong><a name="item_shift_3avname_3aoffset"><strong>SHIFT</strong><strong>:</strong><em>vname</em><strong>:</strong><em>offset</em></a></strong></dt>
 
 <dd>
 <p>Using this command <strong>RRDtool</strong> will graph the following elements
@@ -381,8 +336,7 @@ week. Make sure to tell the viewer of your graph you did this ...
 As with the other graphing elements, you can specify a number or
 a variable here.</p>
 </dd>
-</li>
-<dt><strong><a name="item_textalign_3a_7bleft_7cright_7cjustified_7ccenter_7"><strong>TEXTALIGN</strong><strong>:</strong>{<strong>left</strong>|<strong>right</strong>|<strong>justified</strong>|<strong>center</strong>}</a></strong>
+<dt><strong><a name="item_textalign_3a_7bleft_7cright_7cjustified_7ccenter_7"><strong>TEXTALIGN</strong><strong>:</strong>{<strong>left</strong>|<strong>right</strong>|<strong>justified</strong>|<strong>center</strong>}</a></strong></dt>
 
 <dd>
 <p>Labels are placed below the graph. When they overflow to the left, they wrap
@@ -391,13 +345,11 @@ to the next line. By default, lines are justified left and right. The
 not an option, so that you can change the default several times in your
 argument list.</p>
 </dd>
-</li>
-<dt><strong><a name="item_stack_3avname_23color_5b_3alegend_5d"><strong>STACK</strong><strong>:</strong><em>vname</em><strong>#</strong><em>color</em>[<strong>:</strong><em>legend</em>]</a></strong>
+<dt><strong><a name="item_stack_3avname_23color_5b_3alegend_5d"><strong>STACK</strong><strong>:</strong><em>vname</em><strong>#</strong><em>color</em>[<strong>:</strong><em>legend</em>]</a></strong></dt>
 
 <dd>
 <p><em>Deprecated.  Use the <strong>STACK</strong> modifiers on the other commands.</em></p>
 </dd>
-</li>
 </dl>
 <p><strong>Some notes on stacking</strong></p>
 <p>When stacking, an element is not placed above the X-axis but rather
@@ -454,183 +406,154 @@ Pango uses the xml <strong>span</strong> tags for inline formatting instructions
  &lt;span foreground=&quot;blue&quot; size=&quot;x-large&quot;&gt;Blue text&lt;/span&gt; is &lt;i&gt;cool&lt;/i&gt;!</pre>
 <p>The complete list of attributes for the span tag (taken from the pango documentation):</p>
 <dl>
-<dt><strong><a name="item_font_desc"><strong>font_desc</strong></a></strong>
+<dt><strong><a name="item_font_desc"><strong>font_desc</strong></a></strong></dt>
 
 <dd>
 <p>A font description string, such as ``Sans Italic 12''; note that any other span attributes will override this description. So if you have ``Sans Italic'' and also a style=``normal'' attribute, you will get Sans normal, not italic.</p>
 </dd>
-</li>
-<dt><strong><a name="item_font_family"><strong>font_family</strong></a></strong>
+<dt><strong><a name="item_font_family"><strong>font_family</strong></a></strong></dt>
 
 <dd>
 <p>A font family name</p>
 </dd>
-</li>
-<dt><strong><a name="item_face"><strong>face</strong></a></strong>
+<dt><strong><a name="item_face"><strong>face</strong></a></strong></dt>
 
 <dd>
 <p>Synonym for font_family</p>
 </dd>
-</li>
-<dt><strong><a name="item_size"><strong>size</strong></a></strong>
+<dt><strong><a name="item_size"><strong>size</strong></a></strong></dt>
 
 <dd>
 <p>Font size in 1024ths of a point, or one of the absolute sizes 'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large', or one of the relative sizes 'smaller' or 'larger'. If you want to specify a absolute size, it's usually easier to take advantage of the ability to specify a partial font description using 'font_desc'; you can use font_desc='12.5' rather than size='12800'.</p>
 </dd>
-</li>
-<dt><strong><a name="item_style"><strong>style</strong></a></strong>
+<dt><strong><a name="item_style"><strong>style</strong></a></strong></dt>
 
 <dd>
 <p>One of 'normal', 'oblique', 'italic'</p>
 </dd>
-</li>
-<dt><strong><a name="item_weight"><strong>weight</strong></a></strong>
+<dt><strong><a name="item_weight"><strong>weight</strong></a></strong></dt>
 
 <dd>
 <p>One of 'ultralight', 'light', 'normal', 'bold', 'ultrabold', 'heavy', or a numeric weight</p>
 </dd>
-</li>
-<dt><strong><a name="item_variant"><strong>variant</strong></a></strong>
+<dt><strong><a name="item_variant"><strong>variant</strong></a></strong></dt>
 
 <dd>
 <p>'normal' or 'smallcaps'</p>
 </dd>
-</li>
-<dt><strong><a name="item_stretch"><strong>stretch</strong></a></strong>
+<dt><strong><a name="item_stretch"><strong>stretch</strong></a></strong></dt>
 
 <dd>
 <p>One of 'ultracondensed', 'extracondensed', 'condensed', 'semicondensed', 'normal', 'semiexpanded', 'expanded', 'extraexpanded', 'ultraexpanded'</p>
 </dd>
-</li>
-<dt><strong><a name="item_foreground"><strong>foreground</strong></a></strong>
+<dt><strong><a name="item_foreground"><strong>foreground</strong></a></strong></dt>
 
 <dd>
 <p>An RGB color specification such as '#00FF00' or a color name such as 'red'</p>
 </dd>
-</li>
-<dt><strong><a name="item_background"><strong>background</strong></a></strong>
+<dt><strong><a name="item_background"><strong>background</strong></a></strong></dt>
 
 <dd>
 <p>An RGB color specification such as '#00FF00' or a color name such as 'red'</p>
 </dd>
-</li>
-<dt><strong><a name="item_underline"><strong>underline</strong></a></strong>
+<dt><strong><a name="item_underline"><strong>underline</strong></a></strong></dt>
 
 <dd>
 <p>One of 'none', 'single', 'double', 'low', 'error'</p>
 </dd>
-</li>
-<dt><strong><a name="item_underline_color"><strong>underline_color</strong></a></strong>
+<dt><strong><a name="item_underline_color"><strong>underline_color</strong></a></strong></dt>
 
 <dd>
 <p>The color of underlines; an RGB color specification such as '#00FF00' or a color name such as 'red'</p>
 </dd>
-</li>
-<dt><strong><a name="item_rise"><strong>rise</strong></a></strong>
+<dt><strong><a name="item_rise"><strong>rise</strong></a></strong></dt>
 
 <dd>
 <p>Vertical displacement, in 10000ths of an em. Can be negative for subscript, positive for superscript.</p>
 </dd>
-</li>
-<dt><strong><a name="item_strikethrough"><strong>strikethrough</strong></a></strong>
+<dt><strong><a name="item_strikethrough"><strong>strikethrough</strong></a></strong></dt>
 
 <dd>
 <p>'true' or 'false' whether to strike through the text</p>
 </dd>
-</li>
-<dt><strong><a name="item_strikethrough_color"><strong>strikethrough_color</strong></a></strong>
+<dt><strong><a name="item_strikethrough_color"><strong>strikethrough_color</strong></a></strong></dt>
 
 <dd>
 <p>The color of strikethrough lines; an RGB color specification such as '#00FF00' or a color name such as 'red'</p>
 </dd>
-</li>
-<dt><strong><a name="item_fallback"><strong>fallback</strong></a></strong>
+<dt><strong><a name="item_fallback"><strong>fallback</strong></a></strong></dt>
 
 <dd>
 <p>'true' or 'false' whether to enable fallback. If disabled, then characters will only be used from the closest matching font on the system. No fallback will be done to other fonts on the system that might contain the characters in the text. Fallback is enabled by default. Most applications should not disable fallback.</p>
 </dd>
-</li>
-<dt><strong><a name="item_lang"><strong>lang</strong></a></strong>
+<dt><strong><a name="item_lang"><strong>lang</strong></a></strong></dt>
 
 <dd>
 <p>A language code, indicating the text language</p>
 </dd>
-</li>
-<dt><strong><a name="item_letter_spacing"><strong>letter_spacing</strong></a></strong>
+<dt><strong><a name="item_letter_spacing"><strong>letter_spacing</strong></a></strong></dt>
 
 <dd>
 <p>Inter-letter spacing in 1024ths of a point.</p>
 </dd>
-</li>
-<dt><strong><a name="item_gravity"><strong>gravity</strong></a></strong>
+<dt><strong><a name="item_gravity"><strong>gravity</strong></a></strong></dt>
 
 <dd>
 <p>One of 'south', 'east', 'north', 'west', 'auto'.</p>
 </dd>
-</li>
-<dt><strong><a name="item_gravity_hint"><strong>gravity_hint</strong></a></strong>
+<dt><strong><a name="item_gravity_hint"><strong>gravity_hint</strong></a></strong></dt>
 
 <dd>
 <p>One of 'natural', 'strong', 'line'.</p>
 </dd>
-</li>
 </dl>
 <p>To save you some typing, there are also some shortcuts:</p>
 <dl>
-<dt><strong><a name="item_b"><strong>b</strong></a></strong>
+<dt><strong><a name="item_b"><strong>b</strong></a></strong></dt>
 
 <dd>
 <p>Bold</p>
 </dd>
-</li>
-<dt><strong><a name="item_big"><strong>big</strong></a></strong>
+<dt><strong><a name="item_big"><strong>big</strong></a></strong></dt>
 
 <dd>
 <p>Makes font relatively larger, equivalent to &lt;span size=``larger''&gt;</p>
 </dd>
-</li>
-<dt><strong><a name="item_i"><strong>i</strong></a></strong>
+<dt><strong><a name="item_i"><strong>i</strong></a></strong></dt>
 
 <dd>
 <p>Italic</p>
 </dd>
-</li>
-<dt><strong><a name="item_s"><strong>s</strong></a></strong>
+<dt><strong><a name="item_s"><strong>s</strong></a></strong></dt>
 
 <dd>
 <p>Strikethrough</p>
 </dd>
-</li>
-<dt><strong><a name="item_sub"><strong>sub</strong></a></strong>
+<dt><strong><a name="item_sub"><strong>sub</strong></a></strong></dt>
 
 <dd>
 <p>Subscript</p>
 </dd>
-</li>
-<dt><strong><a name="item_sup"><strong>sup</strong></a></strong>
+<dt><strong><a name="item_sup"><strong>sup</strong></a></strong></dt>
 
 <dd>
 <p>Superscript</p>
 </dd>
-</li>
-<dt><strong><a name="item_small"><strong>small</strong></a></strong>
+<dt><strong><a name="item_small"><strong>small</strong></a></strong></dt>
 
 <dd>
 <p>Makes font relatively smaller, equivalent to &lt;span size=``smaller''&gt;</p>
 </dd>
-</li>
-<dt><strong><a name="item_tt"><strong>tt</strong></a></strong>
+<dt><strong><a name="item_tt"><strong>tt</strong></a></strong></dt>
 
 <dd>
 <p>Monospace font</p>
 </dd>
-</li>
-<dt><strong><a name="item_u"><strong>u</strong></a></strong>
+<dt><strong><a name="item_u"><strong>u</strong></a></strong></dt>
 
 <dd>
 <p>Underline</p>
 </dd>
-</li>
 </dl>
 <p>
 </p>