[svn-r1907] RM_H5D.html H5Dopen: Corrected description of 'loc_id' parameter.

H5.intro.html   Added paragraph stating that changes in bugfix releases
	        are listed in the RELEASE, HISTORY, and README files.
This commit is contained in:
Frank Baker
1999-12-18 21:30:04 -05:00
parent de91bbab6d
commit 79a3cec4bd
2 changed files with 5 additions and 2 deletions

View File

@@ -152,8 +152,7 @@ and set and retrieve their constant or persistent properties.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>hid_t</em> <code>loc_id</code>
<dd>Identifier of the dataset to open or the file or group
to access the dataset within.
<dd>Identifier of the file or group to access the dataset within.
<dt><em>const char *</em> <code>name</code>
<dd>The name of the dataset to access.
</dl>