[svn-r2002] Changed 'boot block' to 'super block'.

This commit is contained in:
Frank Baker
2000-03-08 17:03:11 -05:00
parent c0e855bc88
commit fbd9b7f5ad
7 changed files with 17 additions and 17 deletions

View File

@@ -64,10 +64,10 @@
<h3>Single Address Space</h3>
<p>The simplest form of hdf5 file is a single file containing only
hdf5 data. The file begins with the boot block, which is
hdf5 data. The file begins with the super block, which is
followed until the end of the file by hdf5 data. The next most
complicated file allows non-hdf5 data (user defined data or
internal wrappers) to appear before the boot block and after the
internal wrappers) to appear before the super block and after the
end of the hdf5 data. The hdf5 data is treated as a single
linear address space in both cases.