diff --git a/doc/dwarfs-format.md b/doc/dwarfs-format.md index 76034782..e5684d58 100644 --- a/doc/dwarfs-format.md +++ b/doc/dwarfs-format.md @@ -168,9 +168,9 @@ The `inodes` list is strictly in the following order: * regular *shared* file inodes (`S_IREG`) -* character/block device inodes +* character/block device inodes (`S_IFCHR`, `S_IFBLK`) -* socket/pipe inodes +* socket/pipe inodes (`S_IFSOCK`, `S_IFIFO`) The offsets can thus be found using a simple binary search.