mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 04:47:56 +00:00
manpage updates
This commit is contained in:
parent
a10d6af804
commit
0e141abf57
24
doc/tomb.1
24
doc/tomb.1
@ -165,10 +165,6 @@ key is buried in any image or not.
|
||||
.SH OPTIONS
|
||||
.B
|
||||
.B
|
||||
.IP "-s \fI<MBytes>\fR"
|
||||
When digging or resizing a tomb, this option must be used to specify
|
||||
the \fIsize\fR of the new file to be created. Units are megabytes (MiB).
|
||||
.B
|
||||
.IP "-k \fI<keyfile>\fR"
|
||||
When opening a tomb, this option can specify the location of the key
|
||||
file to use. Keys are created with the same name of the tomb file
|
||||
@ -176,11 +172,6 @@ adding a '.key' suffix, but can be later renamed and transported on
|
||||
other media. If \fI<keyfile>\fR is "-" (dash), it will read it from
|
||||
stdin.
|
||||
.B
|
||||
.IP "--kdf \fI<iterations>\fR"
|
||||
Activate the KDF feature against dictionary attacks when creating a
|
||||
key: forces a delay of \fI<iterations>\fR (integer multiplied by 10k)
|
||||
every time this key is used.
|
||||
.B
|
||||
.IP "-n"
|
||||
Skip processing of post-hooks and bind-hooks if found inside the tomb.
|
||||
See the \fIHOOKS\fR section in this manual for more information.
|
||||
@ -198,6 +189,15 @@ Force flag, currently used to override swap checks, might be
|
||||
overriding more wimpy behaviours in future, but make sure you know
|
||||
what you are doing if you force an operation.
|
||||
.B
|
||||
.IP "-s \fI<MBytes>\fR"
|
||||
When digging or resizing a tomb, this option must be used to specify
|
||||
the \fIsize\fR of the new file to be created. Units are megabytes (MiB).
|
||||
.B
|
||||
.IP "--kdf \fI<iterations>\fR"
|
||||
Activate the KDF feature against dictionary attacks when creating a
|
||||
key: forces a delay of \fI<iterations>\fR (integer multiplied by 10k)
|
||||
every time this key is used.
|
||||
.B
|
||||
.IP "-h"
|
||||
Display a help text and quit.
|
||||
.B
|
||||
@ -235,13 +235,13 @@ Use string as password when needed on tomb.
|
||||
Use string as old password when needed in tomb commands requiring
|
||||
multiple keys, like \fIpasswd\fR or \fIsetkey\fR.
|
||||
.B
|
||||
.IP "-U --uid"
|
||||
.IP "-U"
|
||||
Switch to this user ID when dropping privileges.
|
||||
.B
|
||||
.IP "-G --gid"
|
||||
.IP "-G"
|
||||
Switch to this group ID when dropping privileges.
|
||||
.B
|
||||
.IP "-T --tty"
|
||||
.IP "-T"
|
||||
Switch to this TTY terminal when dropping privileges.
|
||||
|
||||
.SH HOOKS
|
||||
|
Loading…
Reference in New Issue
Block a user