summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-09-10 16:26:30 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-09-10 16:26:30 (GMT)
commit70c8b120c2b734aa221f4cc9b9b7ea8c647315f8 (patch)
treecc8c63c176aa7963d4462508ede8f8c9c2d4fe77 /doc/src
parent581af787af9555d4bded96de0a85b176db21d62a (diff)
downloadhdf5-70c8b120c2b734aa221f4cc9b9b7ea8c647315f8.zip
hdf5-70c8b120c2b734aa221f4cc9b9b7ea8c647315f8.tar.gz
hdf5-70c8b120c2b734aa221f4cc9b9b7ea8c647315f8.tar.bz2
[svn-r686] Changed argument files to file.
Corrected the address of DDL.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/Tools.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/Tools.html b/doc/src/Tools.html
index b19b57c..7f288b3 100644
--- a/doc/src/Tools.html
+++ b/doc/src/Tools.html
@@ -65,7 +65,7 @@ These tools enable the user to examine HDF5 files interactively.
[-d </code><em>names</em><code>]
[-g </code><em>names</em><code>]
[-l </code><em>names</em><code>] </code>
- <em>files</em>
+ <em>file</em>
<dt><strong>Purpose:</strong>
<dd>Displays HDF5 file contents.
<dt><strong>Description:</strong>
@@ -84,7 +84,7 @@ These tools enable the user to examine HDF5 files interactively.
<code>-l</code> options.
<p>
The <code>h5dump</code> output is described in detail in
- <a href="ddl.html">DDL</a>, the <cite>Data Description
+ <a href="../html/ddl.html">DDL</a>, the <cite>Data Description
Language</cite> document.
<dt><strong>Options and Parameters:</strong>
<dl>
@@ -103,15 +103,15 @@ These tools enable the user to examine HDF5 files interactively.
<dd>Displays all the objects within the specified group(s).
<dt><code>-l</code> <em>names</em>
<dd>Displays the specified link value(s).
- <dt><em>files</em>
- <dd>The file(s) to be examined.
+ <dt><em>file</em>
+ <dd>The file to be examined.
</dl>
<dt><strong>Current Status:</strong>
<dd>The current version of <code>h5dump</code> can display the
following types of information:
<ul>
<li>Group name
- <li>Attribute name, data type, adata space, and data
+ <li>Attribute name, data type, data space, and data
<li>Dataset name, data type, data space, and data
<li>Soft link name, link value
</ul>
@@ -128,7 +128,7 @@ These tools enable the user to examine HDF5 files interactively.
</ul>
<dt><strong>See Also:</strong>
<dd>HDF5 Data Description Language syntax
- (<a href="ddl.html">DDL</a>)
+ (<a href="../html/ddl.html">DDL</a>)
</dl>