summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-01-18 21:09:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-01-18 21:09:44 (GMT)
commit6db26d370a9342d4034ec35b690f64647b1b4bd0 (patch)
tree66ea4b5a6daccc7908d3d1abf28e422f0b8a89b2 /doc
parent5104f10fed42b211b764d51be6ca45b182834e71 (diff)
downloadhdf5-6db26d370a9342d4034ec35b690f64647b1b4bd0.zip
hdf5-6db26d370a9342d4034ec35b690f64647b1b4bd0.tar.gz
hdf5-6db26d370a9342d4034ec35b690f64647b1b4bd0.tar.bz2
[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
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Tools.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 1ad3534..b28f306 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -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>