summaryrefslogtreecommitdiffstats
path: root/doc/html/Datatypes.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1999-07-02 02:54:33 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1999-07-02 02:54:33 (GMT)
commita129c4d54ee930cc1dd5472177035d94cab19def (patch)
tree6e700705df31689d73eb9f1b57bc7ad4fc7e2180 /doc/html/Datatypes.html
parent2e69c87e6bb087451a1bd80c0274ff35ab5de340 (diff)
downloadhdf5-a129c4d54ee930cc1dd5472177035d94cab19def.zip
hdf5-a129c4d54ee930cc1dd5472177035d94cab19def.tar.gz
hdf5-a129c4d54ee930cc1dd5472177035d94cab19def.tar.bz2
[svn-r1404]
H5.format.html Copy edits Beginning of revisions to bring the Specification up-to-date and move it to present tense Couple of new intro paragraphs, designed largely to offer the user a bit more context H5.user.html Datatypes.html Font correction and minor formatting changes. H5.user.PrintGen.html H5.user.PrintTpg.html New files to enable creating a searchable and printable version of the HDF5 User's Guide. These files enable the creation of a PDF file containing the entire document. H5.user.PrintGen.html controls the print job; H5.user.PrintTpg.html is the title page for the PDF volume.
Diffstat (limited to 'doc/html/Datatypes.html')
-rw-r--r--doc/html/Datatypes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/Datatypes.html b/doc/html/Datatypes.html
index e6aaeb8..8d0b674 100644
--- a/doc/html/Datatypes.html
+++ b/doc/html/Datatypes.html
@@ -1252,7 +1252,7 @@ hid_t dset4 = H5Dcreate (file, "dset4", t2, space, H5P_DEFAULT);
conversion path, then the hard function is favored and when
multiple soft functions apply, the one defined last is favored.
- <p>A data conversion function is of type <code>H5T_conv_t</em>
+ <p>A data conversion function is of type <code>H5T_conv_t</code>
which is defined as:
<p>