diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-12 16:48:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-12 16:48:39 (GMT) |
commit | 866066cf112f53423d8a1f274c5e8438997bbc8e (patch) | |
tree | 4b00c5dc154e0da3d2dfc33a6a30381066298e20 /doc | |
parent | ccb208300f606b37b5d8a65c4f2ec3314465657c (diff) | |
download | hdf5-866066cf112f53423d8a1f274c5e8438997bbc8e.zip hdf5-866066cf112f53423d8a1f274c5e8438997bbc8e.tar.gz hdf5-866066cf112f53423d8a1f274c5e8438997bbc8e.tar.bz2 |
[svn-r8859] Purpose:
Correct typo in file format for compact layout information
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 12b8630..172afa7 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -4819,7 +4819,7 @@ TABLE.list TD { border:none; } layout message are to be interpreted. A value of one indicates contiguous storage, a value of two indicates chunked storage, - while a value of three + while a value of zero indicates compact storage. Other values will be defined in the future.</td> </tr> |