diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-08 02:17:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-08 02:17:42 (GMT) |
commit | bf4cdba0ba38546826613fe0062487b1d6047b05 (patch) | |
tree | 649d6cd50efd37b0d27b2c7b0e53014844eb3934 /doc | |
parent | e6fcf3db0f38c58d0528b52c0a74bfd260ac2729 (diff) | |
download | hdf5-bf4cdba0ba38546826613fe0062487b1d6047b05.zip hdf5-bf4cdba0ba38546826613fe0062487b1d6047b05.tar.gz hdf5-bf4cdba0ba38546826613fe0062487b1d6047b05.tar.bz2 |
[svn-r8493] Purpose:
Correct error in file format spec.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/H5.format.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 3f08972..8ff8536 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -1621,7 +1621,7 @@ TABLE.list TD { border:none; } <A href="#UndefinedAddress">undefined address</A> if there is no free block). The free block contains "Size of Lengths" bytes that are the offset of the next free chunk (or the - <A href="#UndefinedAddress">undefined address</A> if this is the + value '1' if this is the last free chunk) followed by "Size of Lengths" bytes that store the size of this free chunk. </P> |