diff options
-rw-r--r-- | doc/html/RM_H5Front.html | 6 | ||||
-rw-r--r-- | doc/html/RM_H5G.html | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html index 7a09042..c9741a9 100644 --- a/doc/html/RM_H5Front.html +++ b/doc/html/RM_H5Front.html @@ -55,8 +55,8 @@ tools required to meet specific aspects of the HDF5 data-handling requirements. <tr><td valign=top><a href="RM_H5.html">Library Functions</a> </td><td> </td><td valign=top>The general-purpose <strong>H5</strong> functions. </td></tr> -<tr><td valign=top><a href="RM_H5A.html">Annotation Interface</a> - </td><td></td><td valign=top>The <strong>H5A</strong> API for annotations. +<tr><td valign=top><a href="RM_H5A.html">Attribute Interface</a> + </td><td></td><td valign=top>The <strong>H5A</strong> API for attributes. </td></tr> <tr><td valign=top><a href="RM_H5D.html">Dataset Interface</a> </td><td></td><td valign=top>The <strong>H5D</strong> API for manipulating scientific datasets. @@ -149,7 +149,7 @@ HDF5 Reference Manual <tr><td align=left valign=top> <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 30 October 1998 +Last modified: 26 April 1999 </td><td align=right valign=top> <a href="Copyright.html">Copyright</a> diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 1e899b9..4b40efe 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -238,7 +238,7 @@ create or access function. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> - <dd>File, group, dataset, or datatype identifier. + <dd>File or group identifier. <dt><em>H5G_link_t</em> <code>link_type</code> <dd>Link type. Possible values are <code>H5G_LINK_HARD</code> and <code>H5G_LINK_SOFT</code>. @@ -636,7 +636,7 @@ H5G <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 30 October 1998 +Last modified: 26 April 1999 </body> </html> |