[svn-r3666]

Purpose:
    Bugfixes and a new description of file-closing behavior.
Description:
    h5.intro.html -- Fixed HTML coding errors.
    RM_H5.html -- H5close -- Corrected typo.
    RM_H5F.html -- H5Fclose -- Added paragraph clarifying behavior if
            any OIDs for contained objects are still open.
    RM_H5T.html -- H5Tget_strpad -- Corrected description; appears that
            this did not get updated in synchrony with H5Tset_strpad.
        H5Tset_strpad -- Corrected 'strpad' parameter description.
    RM_H5S.html -- H5Sselect_valid -- Corrected description of space_id
             parameter.
    RM_H5P.html -- H5Pget_driver -- Corrected return type.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker
2001-03-19 18:26:51 -05:00
parent dadeb7e4f8
commit b03ed1dcec
6 changed files with 22 additions and 16 deletions

View File

@@ -3457,7 +3457,7 @@ facilitate moving easily between them.</i>
<dl>
<dt><strong>Name:</strong> <a name="Property-GetDriver">H5Pget_driver</a>
<dt><strong>Signature:</strong>
<dd><em>hid_t</em> <code>H5Pget_driver</code>(
<dd><em>H5F_driver_t</em> <code>H5Pget_driver</code>(
<em>hid_t</em> <code>plist_id</code>
)
<dt><strong>Purpose:</strong>