[svn-r4825]

Purpose:
    Clarification.  Might even call it a bugfix.
Description:
    H5Gunlink:  Corrected loc_id parameter to be 'file or group'
                rather than just 'file'.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker
2002-01-15 10:22:34 -05:00
parent d19059b61e
commit cd29d00dba

View File

@@ -378,7 +378,7 @@ create or access function.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>hid_t</em> <code>loc_id</code>
<dd>Identifier of the file containing the object.
<dd>Identifier of the file or group containing the object.
<dt><em>const char *</em> <code>name</code>
<dd>Name of the object to unlink.
</dl>