summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1998-09-11 18:40:14 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1998-09-11 18:40:14 (GMT)
commit57d3af6e2d6cf714e9c45a0afc6ed20f9f1249a9 (patch)
treedd12d13adab92c4759bc992fb68320610197ee0b /doc
parent3672cb4c1ce2e2bdda5ab95bd3782b610d4cd20f (diff)
downloadhdf5-57d3af6e2d6cf714e9c45a0afc6ed20f9f1249a9.zip
hdf5-57d3af6e2d6cf714e9c45a0afc6ed20f9f1249a9.tar.gz
hdf5-57d3af6e2d6cf714e9c45a0afc6ed20f9f1249a9.tar.bz2
[svn-r694] Copying developer's changes to doc/html/ version from doc/src/:
Revised the description of h5dump. Changed argument 'files' to 'file'. Added ../html/ to the DDL hyperlink.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Tools.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index b19b57c..f5c1578 100644
--- a/doc/html/Tools.html
+++ b/doc/html/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>
@@ -83,8 +83,14 @@ These tools enable the user to examine HDF5 files interactively.
<code>-a</code>, <code>-d</code>, <code>-g</code>, or
<code>-l</code> options.
<p>
+ Native data types created in one machine are displayed with native
+ names when <code>h5dump</code> runs in the same machine type. But when
+ <code>h5dump</code> runs in a different machine type, it displays the
+ native data types with standard type names. This will be changed in the
+ next release to always display with standard type names.
+ <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 +109,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 +134,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>