diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-10-15 17:35:40 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-10-15 17:35:40 (GMT) |
commit | d95549a97d08db0277f8db99568084caa223f08f (patch) | |
tree | 58e42fc82c5b769cbf335dfae5b324b658ccea91 | |
parent | d6bf02f008b9e23e694a3d95199815d529496905 (diff) | |
download | hdf5-d95549a97d08db0277f8db99568084caa223f08f.zip hdf5-d95549a97d08db0277f8db99568084caa223f08f.tar.gz hdf5-d95549a97d08db0277f8db99568084caa223f08f.tar.bz2 |
[svn-r7635]
Purpose:
Minor copy edit in H5Pset_sizes.
Platforms tested:
Safari
-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 cc3cdcb..dd03b35 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -6969,9 +6969,9 @@ fid=H5Fcreate("PointA",H5F_ACC_TRUNC,H5P_DEFAULT,fapl); address objects in an HDF5 file. This function is only valid for file creation property lists. Passing in a value of 0 for one of the sizeof parameters retains the current value. The default value - for both values is same as <code>sizeof(hsize_t)</code> in the library - (normally 8 bytes). Valid values currently are 2, 4, - 8 and 16. + for both values is the same as <code>sizeof(hsize_t)</code> + in the library (normally 8 bytes). + Valid values currently are 2, 4, 8 and 16. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>plist</code> |