diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:03:11 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:03:11 (GMT) |
commit | fbd9b7f5adb854e897963a432ad5dd8e02901516 (patch) | |
tree | 60d32be0ef1c9a1e12000a50d965bbee25959904 /doc/html/RM_H5P.html | |
parent | c0e855bc88bd4e82f5117fb065fc30cb27bd1140 (diff) | |
download | hdf5-fbd9b7f5adb854e897963a432ad5dd8e02901516.zip hdf5-fbd9b7f5adb854e897963a432ad5dd8e02901516.tar.gz hdf5-fbd9b7f5adb854e897963a432ad5dd8e02901516.tar.bz2 |
[svn-r2002] Changed 'boot block' to 'super block'.
Diffstat (limited to 'doc/html/RM_H5P.html')
-rw-r--r-- | doc/html/RM_H5P.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 41f4022..ef80062 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -430,7 +430,7 @@ facilitate moving easily between them.</i> <dt><strong>Name:</strong> <a name="Property-GetVersion">H5Pget_version</a> <dt><strong>Signature:</strong> <dd><em>herr_t </em><code>H5Pget_version</code>(<em>hid_t</em> <code>plist</code>, - <em>int *</em> <code>boot</code>, + <em>int *</em> <code>super</code>, <em>int *</em> <code>freelist</code>, <em>int *</em> <code>stab</code>, <em>int *</em> <code>shhdr</code> @@ -446,8 +446,8 @@ facilitate moving easily between them.</i> <dl> <dt><em>hid_t</em> <code>plist</code> <dd>IN: Identifier of the file creation property list. - <dt><em>int *</em> <code>boot</code> - <dd>OUT: Pointer to location to return boot block version number. + <dt><em>int *</em> <code>super</code> + <dd>OUT: Pointer to location to return super block version number. <dt><em>int *</em> <code>freelist</code> <dd>OUT: Pointer to location to return global freelist version number. <dt><em>int *</em> <code>stab</code> |