1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Fix mkinitrd(8) documentation typos.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-10-09 19:18:23 +02:00
parent 0b39852469
commit 50669b1556

View file

@ -31,7 +31,7 @@ directories are merged together. In case two files with the same path conflict,
precedence is given to the file in the root directory specified first.
.Pp
Hardlinks are detected and preserved to avoid data duplication.
Inode times are truncated to second precision due to format limitations. Inode
Inode times are truncated to second precision due to format limitations. Inodes
are stored with uid 0 and gid 0 of the root user. The format is not compressed
but can be compressed externally if it is decompressed during bootloading.
.Pp