diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:03:11 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:03:11 (GMT) |
commit | fbd9b7f5adb854e897963a432ad5dd8e02901516 (patch) | |
tree | 60d32be0ef1c9a1e12000a50d965bbee25959904 /doc/html/compat.html | |
parent | c0e855bc88bd4e82f5117fb065fc30cb27bd1140 (diff) | |
download | hdf5-fbd9b7f5adb854e897963a432ad5dd8e02901516.zip hdf5-fbd9b7f5adb854e897963a432ad5dd8e02901516.tar.gz hdf5-fbd9b7f5adb854e897963a432ad5dd8e02901516.tar.bz2 |
[svn-r2002] Changed 'boot block' to 'super block'.
Diffstat (limited to 'doc/html/compat.html')
-rw-r--r-- | doc/html/compat.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/compat.html b/doc/html/compat.html index 2992476..fd46ca4 100644 --- a/doc/html/compat.html +++ b/doc/html/compat.html @@ -211,11 +211,11 @@ </tr> <tr> <td>User-defined block which is truncated by the size of the - HDF4 file header so that the HDF5 boot block file address + HDF4 file header so that the HDF5 super block file address doesn't change.</td> </tr> <tr> - <td>The HDF5 boot block and data, unmodified by adding the + <td>The HDF5 super block and data, unmodified by adding the HDF4 wrapper.</td> </tr> <tr> @@ -234,9 +234,9 @@ an out of date wrapper. <p>If there is no user block then we have a problem. The HDF5 - boot block must be moved to make room for the HDF4 file header. - But moving just the boot block causes problems because all file - addresses stored in the file are relative to the boot block + super block must be moved to make room for the HDF4 file header. + But moving just the super block causes problems because all file + addresses stored in the file are relative to the super block address. The only option is to shift the entire file contents by 512 bytes to open up a user block (too bad we don't have hooks into the Unix i-node stuff so we could shift the entire |