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/MemoryManagement.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/MemoryManagement.html')
-rw-r--r-- | doc/html/MemoryManagement.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/MemoryManagement.html b/doc/html/MemoryManagement.html index 93782b5..c93dc10 100644 --- a/doc/html/MemoryManagement.html +++ b/doc/html/MemoryManagement.html @@ -338,7 +338,7 @@ <p>The file contains an unsorted, doubly-linked list of free blocks. The address of the head of the list appears in the - boot block. Each free block contains the following fields: + super block. Each free block contains the following fields: <center> <table border cellpadding=4 width="60%"> |