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/review1a.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/review1a.html')
-rw-r--r-- | doc/html/review1a.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/review1a.html b/doc/html/review1a.html index 78a5a84..3df8af7 100644 --- a/doc/html/review1a.html +++ b/doc/html/review1a.html @@ -13,7 +13,7 @@ a directed graph with a single entry point into the graph which is the <i>Root Object</i>. The root object is usually a group. All objects have at least one predecessor (the <i>Root - Object</i> always has the HDF5 file boot block as a + Object</i> always has the HDF5 file super block as a predecessor). The number of predecessors of a group is also known as the <i>hard link count</i> or just <i>link count</i>. Unlike Unix directories, HDF5 groups have no ".." entry since @@ -23,7 +23,7 @@ <p>A special optimization is that a file may contain a single non-group object and no group(s). The object has one - predecessor which is the file boot block. However, once a root + predecessor which is the file super block. However, once a root group is created it never dissappears (although I suppose it could if we wanted). |