diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html
index 7625f4af82..22b677759d 100644
--- a/doc/html/RM_H5.html
+++ b/doc/html/RM_H5.html
@@ -68,6 +68,37 @@ and it users.
+
+The FORTRAN90 Interfaces:
+
+
+
+In general, each FORTRAN90 subroutine performs exactly the same task
+as the corresponding C function. The links below go to the C function
+descriptions, which serve as general descriptions for both. A button,
+under Non-C API(s) at the end of the C function description,
+opens an external browser window displaying the FORTRAN90-specific
+information. You will probably want to adjust the size and location of
+this external window so that both browser windows are visible and to
+facilitate moving easily between them.
+
+
+
+
@@ -88,6 +119,13 @@ and it users.
- Returns:
- Returns a non-negative value if successful;
otherwise returns a negative value.
+
- Non-C API(s):
+
+
@@ -112,6 +150,13 @@ and it users.
Returns:
Returns a non-negative value if successful;
otherwise returns a negative value.
+Non-C API(s):
+
+
@@ -143,6 +188,15 @@ and it users.
Returns:
Returns a non-negative value if successful;
otherwise returns a negative value.
+
+
@@ -174,6 +228,15 @@ and it users.
Returns:
Returns a non-negative value if successful;
otherwise returns a negative value.
+
+
@@ -203,6 +266,15 @@ and it users.
Returns:
Returns a non-negative value if successful;
otherwise returns a negative value.
+
+
@@ -242,6 +314,15 @@ and it users.
Returns:
Returns a non-negative value if successful.
Upon failure, this function causes the application to abort.
+
+
@@ -285,7 +366,7 @@ H5
HDF Help Desk
-Last modified: 17 July 2000
+Last modified: 19 February 2001
Describes HDF5 Release 1.4, February 2001
diff --git a/doc/html/fortran/h5_FORTRAN.html b/doc/html/fortran/h5_FORTRAN.html
new file mode 100644
index 0000000000..5b45bba1e0
--- /dev/null
+++ b/doc/html/fortran/h5_FORTRAN.html
@@ -0,0 +1,81 @@
+
+
+FORTRAN General Library API -- h5i
+
+
+
+
+
+
+
+The FORTRAN 90 API to HDF5
h5: General Library
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- FORTRAN interface:   h5open_f
+
+
- Purpose:
+ Initializes the HDF5 library and the Fortran90 interface.
+
+
+ SUBROUTINE h5open_f(hdferr)
+ IMPLICIT NONE
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+
+ END SUBROUTINE h5open_f
+
+
+
+
+
+
+
+
+
+
+
+
+
- FORTRAN interface:   h5close_f
+
+
- Purpose:
+ Closes the HDF5 library and the Fortran90 interface.
+
+
+ SUBROUTINE h5close_f(hdferr)
+ IMPLICIT NONE
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+
+ END SUBROUTINE h5close_f
+
+
+
+
+
+
+
+
+
+
+
+
+HDF Help Desk
+
+
+Last modified: 19 February 2001
+
+Describes HDF5 Release 1.4, February 2001
+
+
+