Skip to content

Commit

Permalink
Fix some table mimicking lines to honor the recent line width
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Geuer authored and jaromil committed Sep 30, 2023
1 parent dcdf4cb commit f9ec17d
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions doc/tomb.1
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,21 @@ privileges to loopback mount, format the tomb (using LUKS and mkfs),
then set the key in its first LUKS slot.

.RS
.nf
Supported filesystems for \fI--filesystem\fR:
"ext3" using operating system defaults
"ext4" using operating system defaults
"btrfs" for tombs >= 47MB using operating system defaults
"btrfsmixedmode" for tombs >=18MB btrfs mixed mode (see mkfs.btrfs(8))
"ext3maxinodes" ext3 with a maximum of inodes (for many small files)
"ext4maxinodes" ext4 with a maximum of inodes (for many small files)
.PD 0
.IP "ext3" 15
using operating system defaults
.IP "ext4"
using operating system defaults
.IP "btrfs"
for tombs >= 47MB using operating system defaults
.IP "btrfsmixedmode"
for tombs >=18MB btrfs mixed mode (see mkfs.btrfs(8))
.IP "ext3maxinodes"
ext3 with a maximum of inodes (for many small files)
.IP "ext4maxinodes"
ext4 with a maximum of inodes (for many small files)
.PD
.RE

.B
Expand Down

0 comments on commit f9ec17d

Please sign in to comment.