diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/Tools.html | 12 |
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> |