diff options
author | Anatoli Babenia <anatoli@rainforce.org> | 2020-08-03 22:18:24 +0300 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2020-08-03 21:22:50 +0200 |
commit | 5be76df1571c2b7cdd5c8f93d9aa70cea4f202fc (patch) | |
tree | ba6d267bc1f345869c19d5d429257e5ce767f86e /doc/format.txt | |
parent | 06972b6b45ff32090359d3b272f197e4cd9fb1e7 (diff) |
format.txt Fix magic text and remove stray tabs
Diffstat (limited to 'doc/format.txt')
-rw-r--r-- | doc/format.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/format.txt b/doc/format.txt index 63e8d5d..e6c25f8 100644 --- a/doc/format.txt +++ b/doc/format.txt @@ -71,7 +71,7 @@ _______________ | | Important information about the archive, including - | Superblock | locations of other sections. + | Superblock | locations of other sections. |_______________| | | | Compression | If non-default compression options have been used, @@ -82,26 +82,26 @@ | & fragments | split into separately compressed blocks. |_______________| | | Metadata (ownership, permissions, etc) for - | Inode table | items in the archive. + | Inode table | items in the archive. |_______________| | | - | Directory | Directory listings, including file names, and + | Directory | Directory listings, including file names, and | table | references to inodes. |_______________| | | - | Fragment | Description of fragment locations within the + | Fragment | Description of fragment locations within the | table | Datablocks & Fragments section. |_______________| | | A mapping from inode numbers to disk locations, | Export table | required for NFS export. |_______________| | | - | UID/GID | A list of unique UID/GIDs. Inodes use an index into + | UID/GID | A list of unique UID/GIDs. Inodes use an index into | lookup table | this table to save memory. |_______________| | | | Xattr | Extended attributes for items in the archive. - | table | + | table | |_______________| @@ -250,7 +250,7 @@ +======+===============+=====================================================+ | Type | Name | Description | +======+===============+=====================================================+ - | u32 | magic | Must be set to 0x73717368 ("HSQS" on disk). | + | u32 | magic | Must be set to 0x73717368 ("hsqs" on disk). | +------+---------------+-----------------------------------------------------+ | u32 | inode count | The number of inodes stored in the archive. | +------+---------------+-----------------------------------------------------+ |