summaryrefslogtreecommitdiffstats
path: root/doc/html/Tools.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-03-08 22:14:46 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-03-08 22:14:46 (GMT)
commit4d57b9df226af87f092ea6833bff13c588e80caa (patch)
tree591b9ef136c13bedea66d9f09369f7027520e7f4 /doc/html/Tools.html
parentf3e7e5b438a919bd2332b062b1bfac5d426c76f6 (diff)
downloadhdf5-4d57b9df226af87f092ea6833bff13c588e80caa.zip
hdf5-4d57b9df226af87f092ea6833bff13c588e80caa.tar.gz
hdf5-4d57b9df226af87f092ea6833bff13c588e80caa.tar.bz2
[svn-r2006] RM_H5D.html
H5Dopen: Corrected description of 'loc_id' parameter. RM_H5T.html H5Tset_strpad: Corrected string padding values list (replaced 'H5T_STR_NULL & H5T_STR_SPACE' with ''H5T_STR_NULLTERM, 'H5T_STR_NULLPAD, & H5T_STR_SPACEPAD'. Added notes re conversion from shorter to longer strings and from longer to shorter strings. Other minor edits and formatting. H5Tget_class Corrected H5T_ENUM and H5T_REFERENCE entries in class identifiers table (they were reversed). Tools.html h5dump: Added note that '-bb' option is not yet implemented. Changed 'boot block' to 'super block'.
Diffstat (limited to 'doc/html/Tools.html')
-rw-r--r--doc/html/Tools.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index ed23ea9..d86414c 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -130,8 +130,10 @@ These tools enable the user to examine HDF5 files interactively.
<dt><code>-h</code>
<dd>Prints information on this command and exits.
<dt><code>-bb</code>
- <dd>Displays the contents of the boot block. The default is
+ <dd>Displays the contents of the super block. The default is
not to display.
+ <BR>
+ <em>(This option is not yet implemented.)</em>
<dt><code>-header</code>
<dd>Displays header information only; no data is displayed.
<dt><code>-V</code>