mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[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
This commit is contained in:
parent
8bdd93ea37
commit
1af1fe8d8a
@ -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>
|
||||
|
@ -48,7 +48,9 @@ Tools
|
||||
|
||||
<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
|
||||
<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
|
||||
|
Loading…
x
Reference in New Issue
Block a user