summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-07-12 16:50:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-07-12 16:50:31 (GMT)
commitd50d5cae24187f788cefa8c0d7b9397e7bffe8fb (patch)
tree6d4515f12aa1d75c75e9e8da70ca366630af94a1
parent10bae2c87537acf666400278849763bd07e239a9 (diff)
downloadhdf5-d50d5cae24187f788cefa8c0d7b9397e7bffe8fb.zip
hdf5-d50d5cae24187f788cefa8c0d7b9397e7bffe8fb.tar.gz
hdf5-d50d5cae24187f788cefa8c0d7b9397e7bffe8fb.tar.bz2
[svn-r8861] Purpose:
Correct typo in file format for compact layout information
-rw-r--r--doc/html/H5.format.html2
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>