From ac784dcef4b35516bab31f5fc244644f9753ad89 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 1 Sep 1998 16:18:42 -0500 Subject: [svn-r648] Make subheading numbering consistent and fix error in level 3 header numbering sequence. Add internal named link to "File Families" section (for references from Reference Manual). --- doc/html/Files.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/html/Files.html b/doc/html/Files.html index 9c13cec..d620b75 100644 --- a/doc/html/Files.html +++ b/doc/html/Files.html @@ -252,7 +252,7 @@ referred to as an "HDF5 file" regardless of how the space is organized at the storage level. -

6.1 Unbuffered Permanent Files

+

6.1. Unbuffered Permanent Files

The sec2 driver uses functions from section 2 of the Posix manual to access files stored on a local file system. These are @@ -285,7 +285,7 @@ function to match those added to H5Pset_sec2(). -

6.2 Buffered Permanent Files

+

6.2. Buffered Permanent Files

The stdio driver uses the functions declared in the stdio.h header file to access permanent files in a local @@ -317,7 +317,7 @@ function to match those added to H5Pset_stdio(). -

6.3 Buffered Temporary Files

+

6.3. Buffered Temporary Files

The core driver uses malloc() and free() to allocated space for a file in the heap. Reading @@ -353,7 +353,7 @@ function to match those added to H5Pset_core(). -

6.4 Parallel Files

+

6.4. Parallel Files

This driver uses MPI I/O to provide parallel access to a file. @@ -383,7 +383,9 @@ added to H5Pset_mpi(). -

6.4 File Families

+ +

6.5. File Families

+

A single HDF5 address space may be split into multiple files which, together, form a file family. Each member of the family must be the @@ -465,7 +467,7 @@ match those added to H5Pset_family(). -

6.5 Split Meta/Raw Files

+

6.6. Split Meta/Raw Files

On occasion, it might be useful to separate meta data from raw data. The split driver does this by creating two files: one for -- cgit v0.12