[svn-r3299] Purpose:

Bug Fix
Description:
    Some <em> tags weren't properly closed.
Solution:
    Changed what was to be the closeing <em> tag to </em>
Platforms tested:
    w3m
This commit is contained in:
Bill Wendling
2001-01-18 16:09:44 -05:00
parent 5104f10fed
commit 6db26d370a

View File

@@ -160,25 +160,25 @@ These tools enable the user to examine HDF5 files interactively.
<code>--version</code></dt>
<dd>Print version number and exit.</dd>
<dt><code>-a <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--attribute=<em>P<em></code></dt>
<code>--attribute=<em>P</em></code></dt>
<dd>Print the specified attribute.</dd>
<dt><code>-d <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--dataset=<em>P<em></code></dt>
<code>--dataset=<em>P</em></code></dt>
<dd>Print the specified dataset.</dd>
<dt><code>-g <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--group=<em>P<em></code></dt>
<code>--group=<em>P</em></code></dt>
<dd>Print the specified group and all members.</dd>
<dt><code>-l <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--soft-link=<em>P<em></code></dt>
<code>--soft-link=<em>P</em></code></dt>
<dd>Print the value(s) of the specified soft link.</dd>
<dt><code>-o <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--output=<em>F<em></code></dt>
<code>--output=<em>F</em></code></dt>
<dd>Output raw data into file F.</dd>
<dt><code>-t <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--datatype=<em>T<em></code></dt>
<code>--datatype=<em>T</em></code></dt>
<dd>Print the specified named data type.</dd>
<dt><code>-w <em>P</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--width=<em>#<em></code></dt>
<dt><code>-w <em>#</em></code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--width=<em>#</em></code></dt>
<dd>Set the number of columns of output.</dd>
<dt><em>file</em></dt>
<dd>The file to be examined.</dd>