summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2003-05-06 22:01:56 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2003-05-06 22:01:56 (GMT)
commit60cdbb8288220663f3380875f7d4111fa9b91029 (patch)
tree76a9e9868a92a89ca74c32eb59ec01ab3c69dd11 /doc
parent2bd7a9c8194cad47e34ce249971099e523d6f26b (diff)
downloadhdf5-60cdbb8288220663f3380875f7d4111fa9b91029.zip
hdf5-60cdbb8288220663f3380875f7d4111fa9b91029.tar.gz
hdf5-60cdbb8288220663f3380875f7d4111fa9b91029.tar.bz2
[svn-r6813]
Purpose: Correction of a misleading comment. Description: h5cc & h5fc Corrected the same spot in each "Description" where the text, literally interpreted, implied that HDF5 could be used as a compiler. Platforms tested: IE 5, Safari
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Tools.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 9583b37..2ebe8be 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -866,7 +866,7 @@ to convert files from HDF4 format to HDF5 format and vice versa.
way. In that case, you will have to specify the HDF5 libraries
and include paths yourself.
<p>
- An example of how to use HDF5 to compile the program
+ An example of how to use <code>h5cc</code> to compile the program
<code>hdf_prog</code>, which consists of modules
<code>prog1.c</code> and <code>prog2.c</code> and uses the HDF5
shared library, would be as follows:
@@ -948,7 +948,7 @@ to convert files from HDF4 format to HDF5 format and vice versa.
normal way. In that case, you will have to specify the HDF5 libraries
and include paths yourself.
<p>
- An example of how to use HDF5 to compile the program
+ An example of how to use <code>h5fc</code> to compile the program
<code>hdf_prog</code>, which consists of modules
<code>prog1.f90</code> and <code>prog2.f90</code>
and uses the HDF5 Fortran library, would be as follows: