summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2003-08-28 23:05:18 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2003-08-28 23:05:18 (GMT)
commit6bc0753d0294b54f384ae8ccc71d0ac1869511cb (patch)
tree03be4302ff65236db3559b225bfa2e9f4b4a9ca0 /doc
parent0ac562001b125a2b928d57e9daa65ed9165c06e0 (diff)
downloadhdf5-6bc0753d0294b54f384ae8ccc71d0ac1869511cb.zip
hdf5-6bc0753d0294b54f384ae8ccc71d0ac1869511cb.tar.gz
hdf5-6bc0753d0294b54f384ae8ccc71d0ac1869511cb.tar.bz2
[svn-r7430]
Purpose: RM_H5G.html -- Minor copy edits H5.intro.html -- Removed Library version # from doc title Platforms tested: IE 5, Safari
Diffstat (limited to 'doc')
-rw-r--r--doc/html/H5.intro.html6
-rw-r--r--doc/html/RM_H5G.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html
index 8dce258..2c0bb73 100644
--- a/doc/html/H5.intro.html
+++ b/doc/html/H5.intro.html
@@ -42,7 +42,7 @@
</center>
<hr>
<!-- #EndLibraryItem --><a name="Intro-Intro">
-<h1 ALIGN="CENTER">Introduction to HDF5 Release 1.4</h1></a>
+<h1 ALIGN="CENTER">Introduction to HDF5</h1></a>
</FONT><FONT FACE="Times"><P>This is an introduction to the HDF5 data model and programming model. Being a <I>Getting Started</I> or <I>QuickStart</I> document, this </FONT><I>Introduction to HDF5</I> <FONT FACE="Times">is intended to provide enough information for you to develop a basic understanding of how HDF5 works and is meant to be used. Knowledge of the current version of HDF will make it easier to follow the text, but it is not required. More complete information of the sort you will need to actually use HDF5 is available in <A HREF="index.html">the HDF5 documentation</FONT></a><FONT FACE="Times">. Available documents include the following:
@@ -66,7 +66,7 @@ used in this document.
<tr><th colspan=3>Table of Contents</th></tr></a>
<tr><td valign=top align=left width=42%>
- <a href="#Intro-Intro">Introduction to HDF5 Release 1.4</a><p>
+ <a href="#Intro-Intro">Introduction to HDF5</a><p>
<a href="#Intro-WhatIs">1. What Is HDF5?</a><br>
<font size=-1>
&nbsp;&nbsp&nbsp;&nbsp;<a href="#Intro-Why">Why HDF5?</a><br>
@@ -3147,7 +3147,7 @@ For the example codes, see
Describes HDF5 Release 1.6.0, July 2003
</address><!-- #EndLibraryItem -->
-Last modified: 26 March 2001
+Last modified: 23 July 2003
</td><td align=right valign=top>
<a href="Copyright.html">Copyright</a>&nbsp;&nbsp;
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html
index 34ae2bf..3c18948 100644
--- a/doc/html/RM_H5G.html
+++ b/doc/html/RM_H5G.html
@@ -836,7 +836,7 @@ create or access function.
<dt><strong>Description:</strong>
<dd><code>H5Gget_num_objs</code> returns number of objects in a group.
Group is specified by its identifier <code>loc_id</code>.
- If file identifier is passed in, then number of objects in the
+ If a file identifier is passed in, then the number of objects in the
root group is returned.
<dt><strong>Parameters:</strong>
<dl>
@@ -875,7 +875,7 @@ create or access function.
the objects in the group.
The value of <code>idx</code> is any nonnegative number less than
the total number of objects in the group, which is returned by the
- functioin <code>H5Gget_num_objects</code>.
+ function <code>H5Gget_num_objs</code>.
Note that this is a transient index; an object may have a
different index each time a group is opened.
<p>
@@ -1190,7 +1190,7 @@ And in this document, the
Describes HDF5 Release 1.6.0, July 2003
</address><!-- #EndLibraryItem -->
-Last modified: 6 June 2003
+Last modified: 26 August 2003
</body>
</html>