diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-14 00:46:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-14 00:46:33 (GMT) |
commit | c4d68071f3f64ceaaacaf785d4c010745ffe0382 (patch) | |
tree | bbce63d6fae30a50c1d78f1df99852eca19fead1 /doc/html | |
parent | 14e65e9e8ea11a3d7984950de6b37a81290aee77 (diff) | |
download | hdf5-c4d68071f3f64ceaaacaf785d4c010745ffe0382.zip hdf5-c4d68071f3f64ceaaacaf785d4c010745ffe0382.tar.gz hdf5-c4d68071f3f64ceaaacaf785d4c010745ffe0382.tar.bz2 |
[svn-r8522] Purpose:
Correct missing information for opaque datatype's tag length in the
bitfield for the datatype message.
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/H5.format.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index f27400f..261cfb2 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -3431,7 +3431,12 @@ TABLE.list TD { border:none; } </tr> <tr> - <td>0-23</td> + <td>0-7</td> + <td>Length of ASCII tag in bytes.</td> + </tr> + + <tr> + <td>8-23</td> <td>Reserved (zero).</td> </tr> </table> |