[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:
@@ -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> or
|
||||
<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> or
|
||||
<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> or
|
||||
<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> or
|
||||
<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> or
|
||||
<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> or
|
||||
<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> or
|
||||
<code>--width=<em>#<em></code></dt>
|
||||
<dt><code>-w <em>#</em></code> or
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user