diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-18 21:09:44 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-18 21:09:44 (GMT) |
commit | 6db26d370a9342d4034ec35b690f64647b1b4bd0 (patch) | |
tree | 66ea4b5a6daccc7908d3d1abf28e422f0b8a89b2 /doc/html | |
parent | 5104f10fed42b211b764d51be6ca45b182834e71 (diff) | |
download | hdf5-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/html')
-rw-r--r-- | doc/html/Tools.html | 16 |
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> 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> |