[svn-r9399] Purpose:

Copy edits, primarily to correct several spelling errors.
Platforms tested:
    Mozilla
This commit is contained in:
Frank Baker 2004-10-11 16:24:33 -05:00
parent e1c1f5cc15
commit f19ed8390b

View File

@ -474,7 +474,7 @@ which require many different parameters to be easily manipulated.
<br>
* Functions labelled with an asterisk (*) are provided only for
* Functions labeled with an asterisk (*) are provided only for
backwards compatibility with HDF5 Releases 1.4.<i>x</i>.
See further notes in the description of each function.
<p>
@ -1211,7 +1211,7 @@ END SUBROUTINE h5pcreate_f
<em>const char *</em><code>name</code>,
<em>H5P_cls_create_func_t</em> <code>create</code>,
<em>H5P_cls_copy_func_t</em> <code>copy</code>,
<em>H5P_cls_close_func_t</em> <coode>close</code>
<em>H5P_cls_close_func_t</em> <code>close</code>
)
<dt><strong>Purpose:</strong>
@ -1273,7 +1273,7 @@ END SUBROUTINE h5pcreate_f
The <code>copy</code> routine is called after any registered
<code>copy</code> function is called for each property value.
If the <code>copy</code> routine returns a negative value, the new list
is not returned to the user and thenproperty list copy routine returns
is not returned to the user and the property list copy routine returns
an error value.
</P>
@ -1341,7 +1341,7 @@ SUBROUTINE h5pcreate_class_f(parent, name, class, hdferr)
! H5P_DATASET_CREATE_F
! H5P_DATASET_XFER_F
! H5P_MOUNT_F
CHARACTER(LEN=*), INTENT(IN) :: name ! Name of property tocreate
CHARACTER(LEN=*), INTENT(IN) :: name ! Name of property to create
INTEGER(HID_T), INTENT(OUT) :: class ! Property list class identifier
INTEGER, INTENT(OUT) :: hdferr ! Error code
! 0 on success and -1 on failure
@ -1638,7 +1638,7 @@ END SUBROUTINE h5pexist_f
<dd><code>H5Pfill_value_defined</code> determines whether a fill value
is defined in the dataset creation property list <code>plist_id</code>.
<p>
Valid values returnrd in <code>status</code> are as follows:
Valid values returned in <code>status</code> are as follows:
<table border=0 width="80%">
<tr valign="top"><td rowspan="3">&nbsp;&nbsp;&nbsp;&nbsp;</td><td>
<code>H5D_FILL_VALUE_UNDEFINED</code>
@ -2005,7 +2005,7 @@ END SUBROUTINE h5pget_btree_ratios_f
<pre>
SUBROUTINE h5pget_buffer_f(plist_id, size, hdferr)
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: plist_id ! Dataset trasfer
INTEGER(HID_T), INTENT(IN) :: plist_id ! Dataset transfer
! property list identifier
INTEGER(HSIZE_T), INTENT(OUT) :: size ! Conversion buffer size
INTEGER, INTENT(OUT) :: hdferr ! Error code
@ -2239,9 +2239,9 @@ SUBROUTINE h5pget_class_name_f(prp_id, name, hdferr)
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier to
! query
CHARACTER(LEN=*), INTENT(INOUT) :: name ! Buffer to retireve class name
CHARACTER(LEN=*), INTENT(INOUT) :: name ! Buffer to retrieve class name
INTEGER, INTENT(OUT) :: hdferr ! Error code, possible values:
! Success: Actual lenght of the
! Success: Actual length of the
! class name
! If provided buffer "name" is
! smaller, than name will be
@ -2706,7 +2706,7 @@ END SUBROUTINE h5pget_external_count_f
<dd><code>H5Pget_family_offset</code> retrieves the value of <code>offset</code>
from the file access property list <code>fapl_id</code>
so that the user application
can retrieve a file handle for low-level access to a particluar member
can retrieve a file handle for low-level access to a particular member
of a family of files. The file handle is retrieved with a separate call
to <a href="RM_H5F.html#File-GetVfdHandle"><code>H5Fget_vfd_handle</code></a>
(or, in special circumstances, to <code>H5FDget_vfd_handle</code>;
@ -3849,7 +3849,7 @@ END SUBROUTINE h5pget_istore_k_f
chunks in separate locations in the file.
</dl> </ul>
<p>
Otherwise, returns a negative value indicating faliure.
Otherwise, returns a negative value indicating failure.
<dt><strong>Fortran90 Interface:</strong> h5pget_layout_f
<dd>
<pre>
@ -3944,7 +3944,7 @@ END SUBROUTINE h5pget_meta_block_size_f
<dt><strong>Description:</strong>
<dd><code>H5Pget_multi_type</code> retrieves the data type setting from the
file access or data transfer property list <code>fapl_id</code>.
This enables a user application to specifiy the type of data the
This enables a user application to specify the type of data the
application wishes to access so that the application
can retrieve a file handle for low-level access to the particular member
of a set of <code>MULTI</code> files in which that type of data is stored.
@ -4090,7 +4090,7 @@ END SUBROUTINE h5pget_nfilters_f
SUBROUTINE h5pget_nprops_f(prp_id, nprops, hdferr)
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: prp_id ! Property list identifier
INTEGER(SIZE_T), INTENT(OUT) :: nporps ! Number of properties
INTEGER(SIZE_T), INTENT(OUT) :: nprops ! Number of properties
INTEGER, INTENT(OUT) :: hdferr ! Error code
! 0 on success and -1 on failure
END SUBROUTINE h5pget_nprops_f
@ -4219,7 +4219,7 @@ END SUBROUTINE h5pget_sieve_buf_size_f
<dt><strong>Description:</strong>
<dd><code>H5Pget_size</code> retrieves the size of a
property's value in bytes. This function operates on both
poperty lists and property classes
property lists and property classes
<p>
Zero-sized properties are allowed and return <code>0</code>.
@ -4346,7 +4346,7 @@ END SUBROUTINE h5pget_sizes_f
<dt><strong>Returns:</strong>
<dd>Returns a non-negative value if successful;
otherwise a negative value.
<dt><strong>F ortran90 Interface:</strong> h5pget_small_data_block_size_f
<dt><strong>Fortran90 Interface:</strong> h5pget_small_data_block_size_f
<dd>
<pre>
SUBROUTINE h5pget_small_data_block_size_f(plist_id, size, hdferr)
@ -4653,7 +4653,7 @@ SUBROUTINE
The <code>set</code> routine is called before a new value is copied
into the property.
The <code>H5P_prp_set_func_t</code> calback function is defined
The <code>H5P_prp_set_func_t</code> callback function is defined
as follows:
<ul><em>typedef herr_t</em> (*<code>H5P_prp_set_func_t</code>)(
<em>hid_t</em> <code>prop_id</code>,
@ -4687,7 +4687,7 @@ SUBROUTINE
<strong>Note:</strong>
The <code>set</code> callback function may be useful
to range check the value being set for the property
or may perform some tranformation or translation of the
or may perform some transformation or translation of the
value set. The <code>get</code> callback would then
reverse the transformation or translation.
A single <code>get</code> or <code>set</code> callback
@ -4698,7 +4698,7 @@ SUBROUTINE
<p>
The <code>get</code> routine is called when a value is retrieved
from a property value.
The <code>H5P_prp_get_func_t</code> callback functioin is defined
The <code>H5P_prp_get_func_t</code> callback function is defined
as follows:
<ul><em>typedef herr_t</em> (*<code>H5P_prp_get_func_t</code>)(
<em>hid_t</em> <code>prop_id</code>,
@ -4764,7 +4764,7 @@ SUBROUTINE
<P>
The <code>copy</code> routine is called when a new property list
with this property is being created through a copy operation.
The <code>H5P_prp_copy_func_t</code> collback function is defined
The <code>H5P_prp_copy_func_t</code> callback function is defined
as follows:
<ul><em>typedef herr_t</em> (*<code>H5P_prp_copy_func_t</code>)(
<em>const char *</em><code>name</code>,
@ -5293,7 +5293,7 @@ END SUBROUTINE h5pmodify_filter_f
<strong>Note:</strong>
The <code>set</code> callback function may be useful
to range check the value being set for the property
or may perform some tranformation or translation of the
or may perform some transformation or translation of the
value set. The <code>get</code> callback would then
reverse the <!-- NEW PAGE -->transformation or translation.
A single <code>get</code> or <code>set</code> callback
@ -6525,7 +6525,7 @@ END SUBROUTINE h5pset_external_f
<dt><strong>Description:</strong>
<dd><code>H5Pset_family_offset</code> sets the offset property in the
file access property list <code>fapl_id</code> so that the user application
can retrieve a file handle for low-level access to a particluar member
can retrieve a file handle for low-level access to a particular member
of a family of files. The file handle is retrieved with a separate call
to <a href="RM_H5F.html#File-GetVfdHandle"><code>H5Fget_vfd_handle</code></a>
(or, in special circumstances, to <code>H5FDget_vfd_handle</code>;
@ -7750,7 +7750,7 @@ SUBROUTINE
<tr>
<td valign="top"><code>H5F_CLOSE_STRONG</code></td>
<td valign="top">Actual file is closed.</td>
<td valign="top">All open objects ramaining in the file are closed then
<td valign="top">All open objects remaining in the file are closed then
file is closed</td>
</tr>
<tr>
@ -8555,8 +8555,8 @@ END SUBROUTINE h5pset_meta_block_size_f
<dt><strong>Description:</strong>
<dd><code>H5Pset_multi_type</code> sets the data type property in the
file access or data transfer property list <code>fapl_id</code>.
This enables a user application to specifiy the type of data the
appication wishes to access so that the application
This enables a user application to specify the type of data the
application wishes to access so that the application
can retrieve a file handle for low-level access to the particular member
of a set of <code>MULTI</code> files in which that type of data is stored.
The file handle is retrieved with a separate call
@ -9705,7 +9705,7 @@ And in this document, the
Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
document.writeln("Last modified: 13 September 2004");
document.writeln("Last modified: 7 October 2004");
-->
</SCRIPT>