diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-15 15:32:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-15 15:32:33 (GMT) |
commit | ba1a5d9592649bb38490d39dc90ea478a01583a6 (patch) | |
tree | 265c593c7720477f39ce7c1da6d3c60ca45d1d4e /doc | |
parent | 31e7b642456eb3a6ea9c8aff4685f550bfaf318b (diff) | |
download | hdf5-ba1a5d9592649bb38490d39dc90ea478a01583a6.zip hdf5-ba1a5d9592649bb38490d39dc90ea478a01583a6.tar.gz hdf5-ba1a5d9592649bb38490d39dc90ea478a01583a6.tar.bz2 |
[svn-r8528] Purpose:
Change information about object "name" message to the more accurate
object "comment".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/H5.format.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 9456467..e62581b 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -126,7 +126,7 @@ TABLE.list TD { border:none; } <li><a href="#ReservedMessage_000A">Name: Reserved - not assigned yet</a> <!-- 0x000a --> <li><a href="#FilterMessage">Name: Data Storage - Filter Pipeline</a> <!-- 0x000b --> <li><a href="#AttributeMessage">Name: Attribute</a> <!-- 0x000c --> - <li><a href="#NameMessage">Name: Object Name</a> <!-- 0x000d --> + <li><a href="#CommentMessage">Name: Object Comment</a> <!-- 0x000d --> <li><a href="#OldModifiedMessage">Name: Object Modification Date and Time (Old)</a> <!-- 0x000e --> <!-- <li><a href="#SharedMessage">Name: Shared Object Message</a> --> <!-- 0x000f --> <li><a href="#ContinuationMessage">Name: Object Header Continuation</a> <!-- 0x0010 --> @@ -5169,14 +5169,14 @@ TABLE.list TD { border:none; } </center> <hr> - <h4><a name="NameMessage">Name: Object Name</a></h4> + <h4><a name="CommentMessage">Name: Object Comment</a></h4> <p><b>Header Message Type:</b> 0x000D<br> <b>Length:</b> varies<br> <b>Status:</b> Optional, may not be repeated. - <p><b>Purpose and Description:</b> The object name or comment is - designed to be a short description of an object. An object name + <p><b>Purpose and Description:</b> The object comment is + designed to be a short description of an object. An object comment is a sequence of non-zero (<code>\0</code>) ASCII characters with no other formatting included by the library. @@ -5195,7 +5195,7 @@ TABLE.list TD { border:none; } </tr> <tr align=center> - <td colspan=4><br>Name<br><br></td> + <td colspan=4><br>Comment<br><br></td> </tr> </table> </center> |