tdocumentation update for release - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ddff7a78951e936431a6998c573cd19375cdc0ff
 (DIR) parent 657f317ace389dd419b610e36ff8b68bf3901dbe
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Sun, 15 May 2011 20:24:27 +0200
       
       documentation update for release
       
       Diffstat:
         M ChangeLog                           |      14 ++++----------
         M doc/tomb-open.1                     |      29 +++++++++++++++++++++++------
         M doc/tomb-status.1                   |      29 +++++++++++++++++++++++------
         M doc/tomb.1                          |       5 +++--
       
       4 files changed, 53 insertions(+), 24 deletions(-)
       ---
 (DIR) diff --git a/ChangeLog b/ChangeLog
       t@@ -1,17 +1,11 @@
       -April 2011 - 1.0
       -
       -        Fixed 2 bugs about pinentry ncurses requester; first,
       -        the "LC_CTYPE" error, and a weird 100% cpu hangout. 
       -        pinentry need to know the LC_CTYPE parameter and the TTY
       -        in which he's working, so I added them in the code. 
       -        -- asbesto
       -
       -March 2011 - 1.0
       +May 2011 - 1.0
        
                Clean and stable. Now passwords are handled exclusively using
                pinentry. Also support for steganography of keys (bury and exhume)
                was added to the commandline. Commandline and desktop operations
       -        are separate so that tomb can be used via remote terminal.
       +        are well separated so that tomb can be used via remote terminal. A
       +        new command 'slam' immediately closes a tomb killing all processes
       +        that keep it busy.
        
        February 2011 - 0.9.2
        
 (DIR) diff --git a/doc/tomb-open.1 b/doc/tomb-open.1
       t@@ -1,4 +1,4 @@
       -.TH tomb 1 "February 12, 2011" "tomb"
       +.TH tomb 1 "May 15, 2011" "tomb"
        
        .SH NAME
        Tomb \- the Crypto Undertaker
       t@@ -49,12 +49,28 @@ where the tomb should be made accessible, if not then the tomb is
        mounted in a directory named after the filename and inside /media.
        
        .B
       +.IP "list"
       +
       +List all the tombs found open, including information about the time
       +they were opened and the hooks that they mounted. If the \fIfirst
       +argument\fR is present, then shows only the tomb named that way or
       +returns an error if its not found.
       +
       +.B
        .IP "close"
        Closes a currently open tomb.  When \fIan argument\fR is specified, it
       -should point to the tomb mount on /dev/mapper; if not specified and
       -only one tomb is open then it will be closed; if multiple tombs are
       -open, the command will list them on the terminal. The special
       -\fIargument\fR 'all' will close all currently open tombs.
       +should be the name of a mounted tomb; if not specified and only one
       +tomb is open then it will be closed; if multiple tombs are open, the
       +command will list them on the terminal. The special
       +\fIargument\fR 'all' will close all currently open tombs. This command
       +fails if the tomb is in use by running processes, the command
       +\fIslam\fR can be used to force close.
       +
       +.B
       +.IP "slam"
       +Closes a tomb like the command \fIclose\fR does, but in case it is in
       +use looks for all the processes accessing its files and violently
       +kills them using \-9.
        
        .B
        .IP "bury"
       t@@ -150,7 +166,8 @@ Tomb is designed and written by Denis Roio aka Jaromil.
        
        Tomb's artwork is contributed by Jordi aka Mon Mort
        
       -Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
       +Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
       +Asbesto Molesto, Anathema, Boyska and Nignux.
        
        Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth
        
 (DIR) diff --git a/doc/tomb-status.1 b/doc/tomb-status.1
       t@@ -1,4 +1,4 @@
       -.TH tomb 1 "February 12, 2011" "tomb"
       +.TH tomb 1 "May 15, 2011" "tomb"
        
        .SH NAME
        Tomb \- the Crypto Undertaker
       t@@ -49,12 +49,28 @@ where the tomb should be made accessible, if not then the tomb is
        mounted in a directory named after the filename and inside /media.
        
        .B
       +.IP "list"
       +
       +List all the tombs found open, including information about the time
       +they were opened and the hooks that they mounted. If the \fIfirst
       +argument\fR is present, then shows only the tomb named that way or
       +returns an error if its not found.
       +
       +.B
        .IP "close"
        Closes a currently open tomb.  When \fIan argument\fR is specified, it
       -should point to the tomb mount on /dev/mapper; if not specified and
       -only one tomb is open then it will be closed; if multiple tombs are
       -open, the command will list them on the terminal. The special
       -\fIargument\fR 'all' will close all currently open tombs.
       +should be the name of a mounted tomb; if not specified and only one
       +tomb is open then it will be closed; if multiple tombs are open, the
       +command will list them on the terminal. The special
       +\fIargument\fR 'all' will close all currently open tombs. This command
       +fails if the tomb is in use by running processes, the command
       +\fIslam\fR can be used to force close.
       +
       +.B
       +.IP "slam"
       +Closes a tomb like the command \fIclose\fR does, but in case it is in
       +use looks for all the processes accessing its files and violently
       +kills them using \-9.
        
        .B
        .IP "bury"
       t@@ -150,7 +166,8 @@ Tomb is designed and written by Denis Roio aka Jaromil.
        
        Tomb's artwork is contributed by Jordi aka Mon Mort
        
       -Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
       +Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
       +Asbesto Molesto, Anathema, Boyska and Nignux.
        
        Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth
        
 (DIR) diff --git a/doc/tomb.1 b/doc/tomb.1
       t@@ -1,4 +1,4 @@
       -.TH tomb 1 "February 12, 2011" "tomb"
       +.TH tomb 1 "May 15, 2011" "tomb"
        
        .SH NAME
        Tomb \- the Crypto Undertaker
       t@@ -166,7 +166,8 @@ Tomb is designed and written by Denis Roio aka Jaromil.
        
        Tomb's artwork is contributed by Jordi aka Mon Mort
        
       -Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
       +Testing and fixes are contributed by Dreamer, Hellekin O. Wolf,
       +Shining, Asbesto Molesto, Anathema, Boyska and Nignux.
        
        Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth