mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-25 14:17:41 +00:00
Fix some table mimicking lines to honor the recent line width
This commit is contained in:
parent
dcdf4cb3bb
commit
f9ec17d126
21
doc/tomb.1
21
doc/tomb.1
@ -72,14 +72,21 @@ privileges to loopback mount, format the tomb (using LUKS and mkfs),
|
|||||||
then set the key in its first LUKS slot.
|
then set the key in its first LUKS slot.
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
.nf
|
|
||||||
Supported filesystems for \fI--filesystem\fR:
|
Supported filesystems for \fI--filesystem\fR:
|
||||||
"ext3" using operating system defaults
|
.PD 0
|
||||||
"ext4" using operating system defaults
|
.IP "ext3" 15
|
||||||
"btrfs" for tombs >= 47MB using operating system defaults
|
using operating system defaults
|
||||||
"btrfsmixedmode" for tombs >=18MB btrfs mixed mode (see mkfs.btrfs(8))
|
.IP "ext4"
|
||||||
"ext3maxinodes" ext3 with a maximum of inodes (for many small files)
|
using operating system defaults
|
||||||
"ext4maxinodes" ext4 with a maximum of inodes (for many small files)
|
.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
|
.RE
|
||||||
|
|
||||||
.B
|
.B
|
||||||
|
Loading…
Reference in New Issue
Block a user