From 57d3af6e2d6cf714e9c45a0afc6ed20f9f1249a9 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 11 Sep 1998 13:40:14 -0500 Subject: [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. --- doc/html/Tools.html | 18 ++++++++++++------ 1 file 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 names] [-g names] [-l names] - files + file
Purpose:
Displays HDF5 file contents.
Description: @@ -83,8 +83,14 @@ These tools enable the user to examine HDF5 files interactively. -a, -d, -g, or -l options.

+ Native data types created in one machine are displayed with native + names when h5dump runs in the same machine type. But when + h5dump 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. +

The h5dump output is described in detail in - DDL, the Data Description + DDL, the Data Description Language document.

Options and Parameters:
@@ -103,15 +109,15 @@ These tools enable the user to examine HDF5 files interactively.
Displays all the objects within the specified group(s).
-l names
Displays the specified link value(s). -
files -
The file(s) to be examined. +
file +
The file to be examined.
Current Status:
The current version of h5dump can display the following types of information: @@ -128,7 +134,7 @@ These tools enable the user to examine HDF5 files interactively.
See Also:
HDF5 Data Description Language syntax - (DDL) + (DDL) -- cgit v0.12