From e92cb19c6b7b97300bada2bc1581b78c736101eb Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 10 Aug 2007 15:49:54 -0500 Subject: [svn-r14072] Description: Fix minor errors in transcription and correctness --- doc/html/H5.format.html | 88 ++++++++++++++++++++++++------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 15cc112..ead3023 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -1703,7 +1703,7 @@ TABLE.list TD { border:none; } Version Reserved (zero) - + Data Segment SizeL @@ -1870,7 +1870,7 @@ TABLE.list TD { border:none; } Version Reserved (zero) - + Collection SizeL @@ -5131,8 +5131,8 @@ TABLE.list TD { border:none; }
-

Class-specific information for compact layout (Class 0. The dimensionality information - is in Dataspace message): +

Class-specific information for compact layout (Class 0): (Note: The dimensionality information + is in the Dataspace message)

@@ -5180,8 +5180,8 @@ TABLE.list TD { border:none; }

-

Class-specific information for contiguous layout (Class 1. The dimensionality information - is in Dataspace message): +

Class-specific information for contiguous layout (Class 1): (Note: The dimensionality information + is in the Dataspace message)

@@ -5320,7 +5320,7 @@ TABLE.list TD { border:none; }

Description: This message describes the filter pipeline which should be applied to the data stream by - providing filter identification numbers, flags, a name, an + providing filter identification numbers, flags, a name, and client data.

Format of Data: @@ -5387,7 +5387,7 @@ TABLE.list TD { border:none; }

@@ -5439,7 +5439,7 @@ TABLE.list TD { border:none; } values are allocated to specific filters by contacting the HDF5 Development Team at . - The filter currently in library version 1.6.5 are + The filters currently in library version 1.6.5 are listed below:
- Filter Pipeline Message + Filter Description
@@ -5451,19 +5451,19 @@ TABLE.list TD { border:none; } - + - + - - + + @@ -5550,7 +5550,7 @@ TABLE.list TD { border:none; } associated with any type of object which has an object header (groups, datasets, named types and spaces, etc.). -

Note: Attributes on an object must have unique names. (The HDF5 library +

Note: Attributes on an object must have unique names. (The HDF5 library currently enforces this by causing the creation of an attribute with a duplicate name to fail). Attributes on different objects may have the same name, however. @@ -5577,8 +5577,8 @@ TABLE.list TD { border:none; }

- - + + @@ -5586,11 +5586,11 @@ TABLE.list TD { border:none; } - + - + @@ -5646,16 +5646,16 @@ TABLE.list TD { border:none; } - - + - - + @@ -5667,7 +5667,7 @@ TABLE.list TD { border:none; } - + - + - + - +
1 deflateDeflationGZIP deflate compression
2 shuffleData shufflingData element shuffling
3flecther32Flecther32 checksumfletcher32Fletcher32 checksum
Type SizeSpace SizeDatatype SizeDataspace Size

Type


Datatype


Space


Dataspace

Type Size

The length of the datatype description in the Type - field below. Note that the Type field may contain +

Datatype Size

The length of the datatype description in the Datatype + field below. Note that the Datatype field may contain additional padding not represented by this field.

Space Size

The length of the dataspace description in the Space - field below. Note that the Space field may contain +

Dataspace Size

The length of the dataspace description in the Dataspace + field below. Note that the Dataspace field may contain additional padding not represented by this field.

TypeDatatype

The datatype description follows the same format as described for the datatype object header message. This field is padded with additional zero bytes to make it a @@ -5675,7 +5675,7 @@ TABLE.list TD { border:none; }

SpaceDataspace

The dataspace description follows the same format as described for the dataspace object header message. This field is padded with additional zero bytes to make it a @@ -5773,12 +5773,12 @@ TABLE.list TD { border:none; }

0Data type is not shared.Datatype is not shared.
1Data type is shared.Datatype is shared.
@@ -5791,14 +5791,14 @@ TABLE.list TD { border:none; } - Type Size -

The length of the datatype description in the Type + Datatype Size +

The length of the datatype description in the Datatype field below.

- Space Size -

The length of the dataspace description in the Space + Dataspace Size +

The length of the dataspace description in the Dataspace field below.

@@ -5809,14 +5809,14 @@ TABLE.list TD { border:none; } - Type + Datatype

The datatype description follows the same format as described for the datatype object header message. This field is not padded with additional bytes.

- Space + Dataspace

The dataspace description follows the same format as described for the dataspace object header message. This field is not padded with additional bytes.

@@ -6043,8 +6043,8 @@ TABLE.list TD { border:none; } Version -

The version number is used the changes in the format of shared - object message and is described here:

+

The version number is used when there are changes in the format + of a shared object message and is described here:

@@ -6096,8 +6096,8 @@ TABLE.list TD { border:none; } - +
Version
Pointer

This field points to the actual object header message to be - shared.

The address of the object header + containing the message to be shared.

@@ -6138,8 +6138,8 @@ TABLE.list TD { border:none; } Version -

The version number is used the changes in the format of shared - object message and is described here:

+

The version number is used when there are changes in the format + of a shared object message and is described here:

@@ -6150,7 +6150,7 @@ TABLE.list TD { border:none; } + of the object header containing the message to be shared.
Version2 Used by the library of version 1.6.1 and after. In this version, The Flags field is not used and the Pointer field contains the address - of object header to be shared.
@@ -6162,8 +6162,8 @@ TABLE.list TD { border:none; } Pointer -

This field points to the actual message. It contains the address - of the header message to be shared.

+

The address of the object header + containing the message to be shared.

@@ -6176,7 +6176,7 @@ TABLE.list TD { border:none; }

Status: Optional, may be repeated.

Description: The object header continuation is the location in the file of more header messages for the current data object. This can be - used when header blocks are large, or likely to change over time.

+ used when header blocks become too large or are likely to change over time.

Format of Data:
-- cgit v0.12