diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html index 8dce25826b..2c0bb737da 100644 --- a/doc/html/H5.intro.html +++ b/doc/html/H5.intro.html @@ -42,7 +42,7 @@
-

Introduction to HDF5 Release 1.4

+

Introduction to HDF5

This is an introduction to the HDF5 data model and programming model. Being a Getting Started or QuickStart document, this Introduction to HDF5 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 the HDF5 documentation. Available documents include the following: @@ -66,7 +66,7 @@ used in this document. Table of Contents - Introduction to HDF5 Release 1.4

+ Introduction to HDF5

1. What Is HDF5?
    Why HDF5?
@@ -3147,7 +3147,7 @@ For the example codes, see Describes HDF5 Release 1.6.0, July 2003 -Last modified: 26 March 2001 +Last modified: 23 July 2003 Copyright   diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index 34ae2bf517..3c18948815 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -836,7 +836,7 @@ create or access function.

Description:
H5Gget_num_objs returns number of objects in a group. Group is specified by its identifier loc_id. - 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.
Parameters:
@@ -875,7 +875,7 @@ create or access function. the objects in the group. The value of idx is any nonnegative number less than the total number of objects in the group, which is returned by the - functioin H5Gget_num_objects. + function H5Gget_num_objs. Note that this is a transient index; an object may have a different index each time a group is opened.

@@ -1190,7 +1190,7 @@ And in this document, the Describes HDF5 Release 1.6.0, July 2003 -Last modified: 6 June 2003 +Last modified: 26 August 2003