mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 10:16:34 -04:00
Docs
This commit is contained in:
parent
35a3a900a7
commit
4e09098727
@ -168,9 +168,9 @@ The `inodes` list is strictly in the following order:
|
|||||||
|
|
||||||
* regular *shared* file inodes (`S_IREG`)
|
* 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.
|
The offsets can thus be found using a simple binary search.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user