Code

More Lua binding stuff.
[pkg-rrdtool.git] / doc / rrdgraph_graph.html
index a34403d257ee4582ed90e581fc9150b4aa4deb0c..7b13e24239401f5281328011208044e662c66c5b 100644 (file)
@@ -1,9 +1,7 @@
-<?xml version="1.0" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>rrdgraph_graph</title>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <link rev="made" href="mailto:root@localhost" />
 </head>
 
@@ -101,173 +99,200 @@ The percent character introduces a formatter string. This string
 can be:</p>
 <p>For printing values:</p>
 <dl>
-<dt><strong><a name="item___"><strong>%%</strong></a></strong></dt>
-
+<dt><strong><a name="item___"><strong>%%</strong></a></strong><br />
+</dt>
 <dd>
-<p>just prints a literal '%' character</p>
+just prints a literal '%' character
 </dd>
-<dt><strong><a name="item_____le"><strong>%#.#le</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_____le"><strong>%#.#le</strong></a></strong><br />
+</dt>
 <dd>
-<p>prints numbers like 1.2346e+04. The optional integers # denote field
-width and decimal precision.</p>
+prints numbers like 1.2346e+04. The optional integers # denote field
+width and decimal precision.
 </dd>
-<dt><strong><a name="item_____lf"><strong>%#.#lf</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_____lf"><strong>%#.#lf</strong></a></strong><br />
+</dt>
 <dd>
-<p>prints numbers like 12345.6789, with optional field width
-and precision.</p>
+prints numbers like 12345.6789, with optional field width
+and precision.
 </dd>
-<dt><strong><a name="item__s"><strong>%s</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__s"><strong>%s</strong></a></strong><br />
+</dt>
 <dd>
-<p>place this after <strong>%le</strong>, <strong>%lf</strong> or <strong>%lg</strong>. This will be replaced by the
+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>
+accordingly (123456 -&gt; 123.456 k).
 </dd>
-<dt><strong><a name="item__s"><strong>%S</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__s"><strong>%S</strong></a></strong><br />
+</dt>
 <dd>
-<p>is similar to <strong>%s</strong>. It does, however, use a previously defined
+is similar to <strong>%s</strong>. It does, however, use a previously defined
 magnitude unit. If there is no such unit yet, it tries to define
 one (just like <strong>%s</strong>) unless the value is zero, in which case the magnitude
 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>
+will all use the same magnitude unit except for zero values.
 </dd>
-</dl>
+<p></p></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
+<strong>:strftime</strong> to the format. Note that rrdtool uses the strftime function of your OSs library. 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>
-
+<dt><strong><a name="item__a"><strong>%a</strong></a></strong><br />
+</dt>
 <dd>
-<p>The abbreviated weekday name according to the current locale.</p>
+The abbreviated weekday name according to the current locale.
 </dd>
-<dt><strong><a name="item__a"><strong>%A</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__a"><strong>%A</strong></a></strong><br />
+</dt>
 <dd>
-<p>The full weekday name according to the current locale.</p>
+The full weekday name according to the current locale.
 </dd>
-<dt><strong><a name="item__b"><strong>%b</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__b"><strong>%b</strong></a></strong><br />
+</dt>
 <dd>
-<p>The abbreviated month name according to the current locale.</p>
+The abbreviated month name according to the current locale.
 </dd>
-<dt><strong><a name="item__b"><strong>%B</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__b"><strong>%B</strong></a></strong><br />
+</dt>
 <dd>
-<p>The full month name according to the current locale.</p>
+The full month name according to the current locale.
 </dd>
-<dt><strong><a name="item__c"><strong>%c</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__c"><strong>%c</strong></a></strong><br />
+</dt>
 <dd>
-<p>The preferred date and time representation for the current locale.</p>
+The preferred date and time representation for the current locale.
 </dd>
-<dt><strong><a name="item__d"><strong>%d</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__d"><strong>%d</strong></a></strong><br />
+</dt>
 <dd>
-<p>The day of the month as a decimal number (range 01 to 31).</p>
+The day of the month as a decimal number (range 01 to 31).
 </dd>
-<dt><strong><a name="item__h"><strong>%H</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__h"><strong>%H</strong></a></strong><br />
+</dt>
 <dd>
-<p>The hour as a decimal number using a 24-hour clock (range 00 to 23).</p>
+The hour as a decimal number using a 24-hour clock (range 00 to 23).
 </dd>
-<dt><strong><a name="item__i"><strong>%I</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__i"><strong>%I</strong></a></strong><br />
+</dt>
 <dd>
-<p>The hour as a decimal number using a 12-hour clock (range 01 to 12).</p>
+The hour as a decimal number using a 12-hour clock (range 01 to 12).
 </dd>
-<dt><strong><a name="item__j"><strong>%j</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__j"><strong>%j</strong></a></strong><br />
+</dt>
 <dd>
-<p>The day of the year as a decimal number (range 001 to 366).</p>
+The day of the year as a decimal number (range 001 to 366).
 </dd>
-<dt><strong><a name="item__m"><strong>%m</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__m"><strong>%m</strong></a></strong><br />
+</dt>
 <dd>
-<p>The month as a decimal number (range 01 to 12).</p>
+The month as a decimal number (range 01 to 12).
 </dd>
-<dt><strong><a name="item__m"><strong>%M</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__m"><strong>%M</strong></a></strong><br />
+</dt>
 <dd>
-<p>The minute as a decimal number (range 00 to 59).</p>
+The minute as a decimal number (range 00 to 59).
 </dd>
-<dt><strong><a name="item__p"><strong>%p</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__p"><strong>%p</strong></a></strong><br />
+</dt>
 <dd>
-<p>Either `AM' or `PM' according to the given time value, or the corresponding
+Either `AM' or `PM' according to the given time value, or the corresponding
 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>
+such cases %p will return an empty string.
 </dd>
-<dt><strong><strong>%s</strong></strong></dt>
-
+<p></p>
+<dt><strong><strong>%s</strong></strong><br />
+</dt>
 <dd>
-<p>The second as a decimal number (range 00 to 61).</p>
+The second as a decimal number (range 00 to 61).
 </dd>
-<dt><strong><strong>%S</strong></strong></dt>
-
+<p></p>
+<dt><strong><strong>%S</strong></strong><br />
+</dt>
 <dd>
-<p>The seconds since the epoch (1.1.1970) (libc dependant non standard!)</p>
+The seconds since the epoch (1.1.1970) (libc dependant non standard!)
 </dd>
-<dt><strong><a name="item__u"><strong>%U</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__u"><strong>%U</strong></a></strong><br />
+</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>
+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.
 </dd>
-<dt><strong><a name="item__v"><strong>%V</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__v"><strong>%V</strong></a></strong><br />
+</dt>
 <dd>
-<p>The ISO 8601:1988 week number of the current year as a decimal number, range 01 to  53,  where
+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>
+first day of the week. See also %U and %W.
 </dd>
-<dt><strong><a name="item__w"><strong>%w</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__w"><strong>%w</strong></a></strong><br />
+</dt>
 <dd>
-<p>The day of the week as a decimal, range 0 to 6, Sunday being 0.  See also %u.</p>
+The day of the week as a decimal, range 0 to 6, Sunday being 0.  See also %u.
 </dd>
-<dt><strong><a name="item__w"><strong>%W</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__w"><strong>%W</strong></a></strong><br />
+</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>
+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.
 </dd>
-<dt><strong><a name="item__x"><strong>%x</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__x"><strong>%x</strong></a></strong><br />
+</dt>
 <dd>
-<p>The preferred date representation for the current locale without the time.</p>
+The preferred date representation for the current locale without the time.
 </dd>
-<dt><strong><a name="item__x"><strong>%X</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__x"><strong>%X</strong></a></strong><br />
+</dt>
 <dd>
-<p>The preferred time representation for the current locale without the date.</p>
+The preferred time representation for the current locale without the date.
 </dd>
-<dt><strong><a name="item__y"><strong>%y</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__y"><strong>%y</strong></a></strong><br />
+</dt>
 <dd>
-<p>The year as a decimal number without a century (range 00 to 99).</p>
+The year as a decimal number without a century (range 00 to 99).
 </dd>
-<dt><strong><a name="item__y"><strong>%Y</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__y"><strong>%Y</strong></a></strong><br />
+</dt>
 <dd>
-<p>The year as a decimal number including the century.</p>
+The year as a decimal number including the century.
 </dd>
-<dt><strong><a name="item__z"><strong>%Z</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item__z"><strong>%Z</strong></a></strong><br />
+</dt>
 <dd>
-<p>The time zone or name or abbreviation.</p>
+The time zone or name or abbreviation.
 </dd>
-<dt><strong><strong>%%</strong></strong></dt>
-
+<p></p>
+<dt><strong><strong>%%</strong></strong><br />
+</dt>
 <dd>
-<p>A literal `%' character.</p>
+A literal `%' character.
 </dd>
-</dl>
+<p></p></dl>
 <p>
 </p>
 <h3><a name="print_vname_cf_format"><strong>PRINT:</strong><em>vname</em><strong>:</strong><em>CF</em><strong>:</strong><em>format</em></a></h3>
@@ -338,7 +363,7 @@ be filled.</p>
 <p>Plot a tick mark (a vertical line) for each value of <em>vname</em> that is
 non-zero and not *UNKNOWN*. The <em>fraction</em> argument specifies the length of
 the tick mark as a fraction of the y-axis; the default value is 0.1 (10% of
-the axis). Note that the color specification is not optional. The TICK marks normaly
+the axis). Note that the color specification is not optional. The TICK marks normally
 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>
 <p>
@@ -396,7 +421,7 @@ specified.</p>
 right aligned, and <strong>\c</strong> for centered. In the next section there is an
 example showing how to use centered formatting.</p>
 <p><strong>\n</strong> is a valid alias for <strong>\l</strong> since incomplete parsing in earlier
-versions of rrdtool lead to this behaviour and a number of people has been using it.</p>
+versions of rrdtool lead to this behavior and a number of people has been using it.</p>
 <p>Normally there are two space characters inserted between every two items
 printed into the graph. The space following a string can be suppressed by
 putting a <strong>\g</strong> at the end of the string. The <strong>\g</strong> also ignores any space
@@ -417,155 +442,182 @@ 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>
-
+<dt><strong><a name="item_font_desc"><strong>font_desc</strong></a></strong><br />
+</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>
+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.
 </dd>
-<dt><strong><a name="item_font_family"><strong>font_family</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_font_family"><strong>font_family</strong></a></strong><br />
+</dt>
 <dd>
-<p>A font family name</p>
+A font family name
 </dd>
-<dt><strong><a name="item_face"><strong>face</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_face"><strong>face</strong></a></strong><br />
+</dt>
 <dd>
-<p>Synonym for font_family</p>
+Synonym for font_family
 </dd>
-<dt><strong><a name="item_size"><strong>size</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_size"><strong>size</strong></a></strong><br />
+</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>
+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'.
 </dd>
-<dt><strong><a name="item_style"><strong>style</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_style"><strong>style</strong></a></strong><br />
+</dt>
 <dd>
-<p>One of 'normal', 'oblique', 'italic'</p>
+One of 'normal', 'oblique', 'italic'
 </dd>
-<dt><strong><a name="item_weight"><strong>weight</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_weight"><strong>weight</strong></a></strong><br />
+</dt>
 <dd>
-<p>One of 'ultralight', 'light', 'normal', 'bold', 'ultrabold', 'heavy', or a numeric weight</p>
+One of 'ultralight', 'light', 'normal', 'bold', 'ultrabold', 'heavy', or a numeric weight
 </dd>
-<dt><strong><a name="item_variant"><strong>variant</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_variant"><strong>variant</strong></a></strong><br />
+</dt>
 <dd>
-<p>'normal' or 'smallcaps'</p>
+'normal' or 'smallcaps'
 </dd>
-<dt><strong><a name="item_stretch"><strong>stretch</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_stretch"><strong>stretch</strong></a></strong><br />
+</dt>
 <dd>
-<p>One of 'ultracondensed', 'extracondensed', 'condensed', 'semicondensed', 'normal', 'semiexpanded', 'expanded', 'extraexpanded', 'ultraexpanded'</p>
+One of 'ultracondensed', 'extracondensed', 'condensed', 'semicondensed', 'normal', 'semiexpanded', 'expanded', 'extraexpanded', 'ultraexpanded'
 </dd>
-<dt><strong><a name="item_foreground"><strong>foreground</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_foreground"><strong>foreground</strong></a></strong><br />
+</dt>
 <dd>
-<p>An RGB color specification such as '#00FF00' or a color name such as 'red'</p>
+An RGB color specification such as '#00FF00' or a color name such as 'red'
 </dd>
-<dt><strong><a name="item_background"><strong>background</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_background"><strong>background</strong></a></strong><br />
+</dt>
 <dd>
-<p>An RGB color specification such as '#00FF00' or a color name such as 'red'</p>
+An RGB color specification such as '#00FF00' or a color name such as 'red'
 </dd>
-<dt><strong><a name="item_underline"><strong>underline</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_underline"><strong>underline</strong></a></strong><br />
+</dt>
 <dd>
-<p>One of 'none', 'single', 'double', 'low', 'error'</p>
+One of 'none', 'single', 'double', 'low', 'error'
 </dd>
-<dt><strong><a name="item_underline_color"><strong>underline_color</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_underline_color"><strong>underline_color</strong></a></strong><br />
+</dt>
 <dd>
-<p>The color of underlines; an RGB color specification such as '#00FF00' or a color name such as 'red'</p>
+The color of underlines; an RGB color specification such as '#00FF00' or a color name such as 'red'
 </dd>
-<dt><strong><a name="item_rise"><strong>rise</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_rise"><strong>rise</strong></a></strong><br />
+</dt>
 <dd>
-<p>Vertical displacement, in 10000ths of an em. Can be negative for subscript, positive for superscript.</p>
+Vertical displacement, in 10000ths of an em. Can be negative for subscript, positive for superscript.
 </dd>
-<dt><strong><a name="item_strikethrough"><strong>strikethrough</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_strikethrough"><strong>strikethrough</strong></a></strong><br />
+</dt>
 <dd>
-<p>'true' or 'false' whether to strike through the text</p>
+'true' or 'false' whether to strike through the text
 </dd>
-<dt><strong><a name="item_strikethrough_color"><strong>strikethrough_color</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_strikethrough_color"><strong>strikethrough_color</strong></a></strong><br />
+</dt>
 <dd>
-<p>The color of strikethrough lines; an RGB color specification such as '#00FF00' or a color name such as 'red'</p>
+The color of strikethrough lines; an RGB color specification such as '#00FF00' or a color name such as 'red'
 </dd>
-<dt><strong><a name="item_fallback"><strong>fallback</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_fallback"><strong>fallback</strong></a></strong><br />
+</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>
+'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.
 </dd>
-<dt><strong><a name="item_lang"><strong>lang</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_lang"><strong>lang</strong></a></strong><br />
+</dt>
 <dd>
-<p>A language code, indicating the text language</p>
+A language code, indicating the text language
 </dd>
-<dt><strong><a name="item_letter_spacing"><strong>letter_spacing</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_letter_spacing"><strong>letter_spacing</strong></a></strong><br />
+</dt>
 <dd>
-<p>Inter-letter spacing in 1024ths of a point.</p>
+Inter-letter spacing in 1024ths of a point.
 </dd>
-<dt><strong><a name="item_gravity"><strong>gravity</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_gravity"><strong>gravity</strong></a></strong><br />
+</dt>
 <dd>
-<p>One of 'south', 'east', 'north', 'west', 'auto'.</p>
+One of 'south', 'east', 'north', 'west', 'auto'.
 </dd>
-<dt><strong><a name="item_gravity_hint"><strong>gravity_hint</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_gravity_hint"><strong>gravity_hint</strong></a></strong><br />
+</dt>
 <dd>
-<p>One of 'natural', 'strong', 'line'.</p>
+One of 'natural', 'strong', 'line'.
 </dd>
-</dl>
+<p></p></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>
-
+<dt><strong><a name="item_b"><strong>b</strong></a></strong><br />
+</dt>
 <dd>
-<p>Bold</p>
+Bold
 </dd>
-<dt><strong><a name="item_big"><strong>big</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_big"><strong>big</strong></a></strong><br />
+</dt>
 <dd>
-<p>Makes font relatively larger, equivalent to &lt;span size=``larger''&gt;</p>
+Makes font relatively larger, equivalent to &lt;span size=``larger''&gt;
 </dd>
-<dt><strong><a name="item_i"><strong>i</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_i"><strong>i</strong></a></strong><br />
+</dt>
 <dd>
-<p>Italic</p>
+Italic
 </dd>
-<dt><strong><a name="item_s"><strong>s</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_s"><strong>s</strong></a></strong><br />
+</dt>
 <dd>
-<p>Strikethrough</p>
+Strikethrough
 </dd>
-<dt><strong><a name="item_sub"><strong>sub</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_sub"><strong>sub</strong></a></strong><br />
+</dt>
 <dd>
-<p>Subscript</p>
+Subscript
 </dd>
-<dt><strong><a name="item_sup"><strong>sup</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_sup"><strong>sup</strong></a></strong><br />
+</dt>
 <dd>
-<p>Superscript</p>
+Superscript
 </dd>
-<dt><strong><a name="item_small"><strong>small</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_small"><strong>small</strong></a></strong><br />
+</dt>
 <dd>
-<p>Makes font relatively smaller, equivalent to &lt;span size=``smaller''&gt;</p>
+Makes font relatively smaller, equivalent to &lt;span size=``smaller''&gt;
 </dd>
-<dt><strong><a name="item_tt"><strong>tt</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_tt"><strong>tt</strong></a></strong><br />
+</dt>
 <dd>
-<p>Monospace font</p>
+Monospace font
 </dd>
-<dt><strong><a name="item_u"><strong>u</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_u"><strong>u</strong></a></strong><br />
+</dt>
 <dd>
-<p>Underline</p>
+Underline
 </dd>
-</dl>
+<p></p></dl>
 <p>
 </p>
 <hr />
@@ -580,7 +632,8 @@ Pango uses the xml <strong>span</strong> tags for inline formatting instructions
 <hr />
 <h1><a name="author">AUTHOR</a></h1>
 <p>Program by Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a>&gt;</p>
-<p>This manual page by Alex van den Bogaerdt &lt;<a href="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net</a>&gt;</p>
+<p>This manual page by Alex van den Bogaerdt &lt;<a href="mailto:alex@vandenbogaerdt.nl">alex@vandenbogaerdt.nl</a>&gt;
+with corrections and/or additions by several people</p>
 
 </body>