tmanpage updates - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0e141abf5746635a128aac4b170f8ebddd68d894
 (DIR) parent a10d6af8047794ad2960b24e9a3dc4bdccf26c83
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Sun, 23 Nov 2014 14:55:03 +0100
       
       manpage updates
       
       Diffstat:
         M doc/tomb.1                          |      24 ++++++++++++------------
       
       1 file changed, 12 insertions(+), 12 deletions(-)
       ---
 (DIR) diff --git a/doc/tomb.1 b/doc/tomb.1
       t@@ -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
       t@@ -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.
       t@@ -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
       t@@ -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