[svn-r1673] RM_H5T.html

Added H5Tget_member_offset.
	Corrected H5Tinsert description to read that an element of a
		compound datatype can itself be a compound datatype.
	Font correction.
RM_H5F.html
RM_H5T.html
	Updated return value descriptions for H5Fis_hdf5, H5Tcommitted,
	and H5Tequal to correspond to the earlier hbool_t -> htri_t change.
This commit is contained in:
Frank Baker
1999-09-27 20:48:44 -05:00
parent 36583b79eb
commit ab1a73dd3a
2 changed files with 42 additions and 8 deletions

View File

@@ -250,7 +250,8 @@ documented below.
<dd>File name to check format.
</dl>
<dt><strong>Returns:</strong>
<dd>Returns <code>TRUE</code> or <code>FALSE</code> if successful.
<dd>When successful, returns a positive value, for <code>TRUE</code>,
or <code>0</code> (zero), for <code>FALSE</code>.
Otherwise returns a negative value.
</dl>