summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-07-06 02:10:40 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-07-06 02:10:40 (GMT)
commit1af1fe8d8af227d11cb10c7c65a7dfee90377bf3 (patch)
tree50d6e44b66b2dcf9e3df889143f393574e4a0a99 /doc
parent8bdd93ea37ce63e77c800e6089b8332e80e875d7 (diff)
downloadhdf5-1af1fe8d8af227d11cb10c7c65a7dfee90377bf3.zip
hdf5-1af1fe8d8af227d11cb10c7c65a7dfee90377bf3.tar.gz
hdf5-1af1fe8d8af227d11cb10c7c65a7dfee90377bf3.tar.bz2
[svn-r4123]
Purpose: Bugfix (Tools.html) and spelling correction (Files.html) Description: Tools.html h5dump -- Removed "interactively" from first description sentence. (As a user has pointed out, an application that runs and exits without opportunity for user input is not "interactive".) Fixes bug #474. Rewrote introductory sentence to "Tools" page. Files.html -- Spelling correction Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Files.html4
-rw-r--r--doc/html/Tools.html8
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/html/Files.html b/doc/html/Files.html
index 7e178a3..a8c86d5 100644
--- a/doc/html/Files.html
+++ b/doc/html/Files.html
@@ -478,7 +478,7 @@
opened. Note: if the size of the <code>off_t</code> type is
four bytes then the maximum family member size is usually
2^31-1 because the byte at offset 2,147,483,647 is generally
- inaccessable. Additional parameters may be added to this
+ inaccessible. Additional parameters may be added to this
function in the future.
<br><br>
@@ -582,7 +582,7 @@
<!-- Created: Tue Jan 27 09:11:27 EST 1998 -->
<!-- hhmts start -->
-Last modified: 16 February 2001
+Last modified: 26 April 2001
<!-- hhmts end -->
<br>
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index e70c530..8cd9e43 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -48,7 +48,9 @@ Tools&nbsp;&nbsp;
<h2>HDF5 Tool Interfaces</h2>
<p>
-These tools enable the user to examine HDF5 files interactively.
+These tools enable the user to examine HDF5 file contents,
+to modify HDF5 file contents in a carefully prescribed manner, and
+to convert files from HDF4 format to HDF5 format and vice versa.
<table border=0>
@@ -80,7 +82,7 @@ These tools enable the user to examine HDF5 files interactively.
<dt><strong>Purpose:</strong>
<dd>Displays HDF5 file contents.
<dt><strong>Description:</strong>
- <dd><code>h5dump</code> enables the user to interactively examine
+ <dd><code>h5dump</code> enables the user to examine
the contents of an HDF5 file and dump those contents, in human
readable form, to an ASCII file.
<p>
@@ -805,7 +807,7 @@ Tools&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 18 April 2001
+Last modified: 5 July 2001
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch