diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-07-24 23:10:43 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-07-24 23:10:43 (GMT) |
commit | 71a882c91fbb44e65a3624cae2695754a864269c (patch) | |
tree | d82b76a242a58bf241a5e05592314763d25047f5 /doc | |
parent | 8bf64755a9bc9a107182490ae16f392a89eac780 (diff) | |
download | hdf5-71a882c91fbb44e65a3624cae2695754a864269c.zip hdf5-71a882c91fbb44e65a3624cae2695754a864269c.tar.gz hdf5-71a882c91fbb44e65a3624cae2695754a864269c.tar.bz2 |
[svn-r4258] Purpose:
Basically copy edits.
Platforms tested:
IE 5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/Datatypes.html | 4 | ||||
-rw-r--r-- | doc/html/RM_H5T.html | 11 |
2 files changed, 7 insertions, 8 deletions
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html index 6a368ff..21d5bae 100644 --- a/doc/html/Datatypes.html +++ b/doc/html/Datatypes.html @@ -2728,8 +2728,6 @@ hid_t dset4 = H5Dcreate (file, "dset4", t2, space, H5P_DEFAULT); conversion and background buffer strides (<em>buf_stride</em> and <em>bkg_stride</em>) that indicate what data is to be converted, and a dataset transfer properties list (<em>dset_xfer_plist</em>). - Functions return a negative value on failure and - some other value on success. <p><em>buf_stride</em> and <em>bkg_stride</em> are in bytes and are related to the size of the datatype. @@ -3091,7 +3089,7 @@ H5Tregister(H5T_PERS_SOFT, "cus2be", <!-- Created: Thu Dec 4 14:57:32 EST 1997 --> <!-- hhmts start --> -Last modified: 20 July 2001 +Last modified: 24 July 2001 <!-- hhmts end --> <br> diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html index d3b0c59..61efe45 100644 --- a/doc/html/RM_H5T.html +++ b/doc/html/RM_H5T.html @@ -2191,12 +2191,13 @@ zero. <em>void *</em><code>priv</code>)</pre> </dir> <p> - The <code>*H5T_conv_t</code> parameters and + The <code>H5T_conv_t</code> parameters and the elements of the <code>H5T_cdata_t</code> struct are described more fully in the - "<a href="Datatypes.html#Datatypes-DataConversion" - target="WinUG">Data Conversion</a>" section of - "The Datatype Interface (H5T)" in the <cite>HDF5 User's Guide</cite>. + “<a href="Datatypes.html#Datatypes-DataConversion" + target="WinUG">Data Conversion</a>” + section of “The Datatype Interface (H5T)” + in the <cite>HDF5 User's Guide</cite>. <dt><strong>Parameters:</strong> <dl> <dt><em>H5T_pers_t</em> <code>pers</code> @@ -2727,7 +2728,7 @@ H5T <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 20 July 2001 +Last modified: 24 July 2001 <br> Describes HDF5 Release 1.4.2, July 2001 |