diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-11-01 19:01:55 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-11-01 19:01:55 (GMT) |
commit | 180a47a037320fc8fcf48cf3114e1f548d019659 (patch) | |
tree | 62cc16e0b2fce361493884f9a7c3f4e322fb969d /doc/html/RM_H5G.html | |
parent | 6d04c130ad005d0b34f73592f9a3722e8bf7cdf4 (diff) | |
download | hdf5-180a47a037320fc8fcf48cf3114e1f548d019659.zip hdf5-180a47a037320fc8fcf48cf3114e1f548d019659.tar.gz hdf5-180a47a037320fc8fcf48cf3114e1f548d019659.tar.bz2 |
[svn-r2789] Purpose:
To warn users that RM_H5G.html and Groups.html can render groups and
datasets inaccessible in a file.
Solution:
Modified RM_H5G.html and Groups.html as follows:
-- Added warning (new section) to Groups.html that H5Gunlink and
H5Gmove can result in inaccessible groups and datasets.
-- Added links to that new section from H5Gunlink and H5Gmove
in RM_H5G.html.
Platforms tested:
IE5
Diffstat (limited to 'doc/html/RM_H5G.html')
-rw-r--r-- | doc/html/RM_H5G.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 9d3de2d..8729f27 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -360,6 +360,11 @@ create or access function. the object will be reclaimed. If the object is open, the reclamation of the file space is delayed until all handles to the object are closed. + <dt><strong>Warning:</strong> + <dd>Exercise care in unlinking groups as it is possible to render data in + a file inaccessible with <code>H5Gunlink</code>. + See <a href="Groups.html#H5GUnlinkToCorrupt">The Group Interface</a> + in the <cite>HDF5 User's Guide</cite>. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> @@ -502,6 +507,11 @@ create or access function. as an atomic operation. Both names are interpreted relative to <code>loc_id</code>, which is either a file or a group identifier. + <dt><strong>Warning:</strong> + <dd>Exercise care in moving groups as it is possible to render data in + a file inaccessible with <code>H5Gmove</code>. + See <a href="Groups.html#H5GUnlinkToCorrupt">The Group Interface</a> + in the <cite>HDF5 User's Guide</cite>. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> @@ -805,7 +815,7 @@ H5G <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 7 March 2000 +Last modified: 1 November 2000 <br> Describes HDF5 Version 1.3 (Unrelased development version. Dynamic.) |