summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-10 01:50:15 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-10 01:50:15 +0200
commitb4040f9f593aa56cd92dd11d92979dc234614cf4 (patch)
treedf258e9f6e62b76f1c3e0502999c36c64b2d415b
parenteb1f4d07aab4d718cae7ca9ac65e5d6f6fb80fb2 (diff)
erofs.5: Minor tweaks to наб's patch
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man5/erofs.514
1 files changed, 9 insertions, 5 deletions
diff --git a/man5/erofs.5 b/man5/erofs.5
index 933e830b8..da4c8468e 100644
--- a/man5/erofs.5
+++ b/man5/erofs.5
@@ -11,13 +11,17 @@ is a create-once read-only filesystem,
with support for compression and a multi-device backing store.
.PP
There are two inode formats:
-.br
-\[bu] 32-byte compact with 16-bit UID/GID, 32-bit file size, and no file times,
-and
-.br
-\[bu] 64-byte extended with 32-bit UID/GID, 64-bit file size,
+.IP \[bu] 3
+32-byte compact with 16-bit UID/GID,
+32-bit file size,
+and no file times
+.PD 0
+.IP \[bu]
+64-byte extended with 32-bit UID/GID,
+64-bit file size,
and a modification time
.RI ( st_mtim ).
+.PD
.\" See fs/erofs/super.c:shmem_parse_options for options it supports.
.SS Mount options
.TP