[svn-r686] Changed argument files to file.

Corrected the address of DDL.
This commit is contained in:
Ruey-Hsia Li 1998-09-10 11:26:30 -05:00
parent 581af787af
commit 70c8b120c2

View File

@ -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>