diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2002-01-15 15:22:34 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2002-01-15 15:22:34 (GMT) |
commit | cd29d00dba4a334ab916544269a0d566b5dfa1cb (patch) | |
tree | 345d75e7e9b7b772378abac5e14f83567bc3ae7b | |
parent | d19059b61e31dbcad52f393f01c66b4d0c541d21 (diff) | |
download | hdf5-cd29d00dba4a334ab916544269a0d566b5dfa1cb.zip hdf5-cd29d00dba4a334ab916544269a0d566b5dfa1cb.tar.gz hdf5-cd29d00dba4a334ab916544269a0d566b5dfa1cb.tar.bz2 |
[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
-rw-r--r-- | doc/html/RM_H5G.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 0890d07..484985e 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -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> |