From 4e090987270ea722706d382b02f884692ae4ee1c Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 18 Mar 2021 11:06:31 +0100 Subject: [PATCH] Docs --- doc/dwarfs-format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.