diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1999-12-17 15:47:05 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1999-12-17 15:47:05 (GMT) |
commit | 4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f (patch) | |
tree | 583c13a1ddafded18e8ba8dc9623494ade2a4dc4 /doc | |
parent | c85c62fcd0cb10ba15bc04360234c14b92ed8e80 (diff) | |
download | hdf5-4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f.zip hdf5-4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f.tar.gz hdf5-4ee64d4c71ceed8bebd8e3e2b7c90257f92cc42f.tar.bz2 |
[svn-r1894] Tools.html h5dump: Added -V option.
Glossary.html selection: added 2nd definition.
Filters.html Added reference in section 4 to zlib website.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/Filters.html | 3 | ||||
-rw-r--r-- | doc/html/Glossary.html | 3 | ||||
-rw-r--r-- | doc/html/Tools.html | 5 |
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/html/Filters.html b/doc/html/Filters.html index a7b3ddf..8c046aa 100644 --- a/doc/html/Filters.html +++ b/doc/html/Filters.html @@ -308,6 +308,9 @@ permanent output pipeline but was automatically excluded because it didn't exist when the data was written. + <p><code>zlib</code> can be acquired from + <code><a href="http://www.cdrom.com/pub/infozip/zlib/">http://www.cdrom.com/pub/infozip/zlib/</a></code>. + <h2>5. Example</h2> <p>This example shows how to define and register a simple filter diff --git a/doc/html/Glossary.html b/doc/html/Glossary.html index 204d081..04169f8 100644 --- a/doc/html/Glossary.html +++ b/doc/html/Glossary.html @@ -456,8 +456,9 @@ HDF5 Glossary <P> <dt><strong><a name="Glossary-Selection">selection</a></strong> -<dd>A subset of a dataset or a dataspace, up to the entire dataset or +<dd>(1) A subset of a dataset or a dataspace, up to the entire dataset or dataspace. + (2) The elements of an array or dataset that are marked for I/O. <P> <dt><strong><a name="Glossary-Serialization">serialization</a></strong> diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 944ae87..ed23ea9 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -77,6 +77,7 @@ These tools enable the user to examine HDF5 files interactively. [-h] [-bb] [-header] + [-V] [-a </code><em>names</em><code>] [-d </code><em>names</em><code>] [-g </code><em>names</em><code>] @@ -127,12 +128,14 @@ These tools enable the user to examine HDF5 files interactively. <dt><strong>Options and Parameters:</strong> <dl> <dt><code>-h</code> - <dd>Prints information on this command. + <dd>Prints information on this command and exits. <dt><code>-bb</code> <dd>Displays the contents of the boot block. The default is not to display. <dt><code>-header</code> <dd>Displays header information only; no data is displayed. + <dt><code>-V</code> + <dd>Displays version information and exits. <dt><code>-a</code> <em>names</em> <dd>Displays the specified attribute(s). <dt><code>-d</code> <em>names</em> |