URI: 
       tdocumentation updates for new release - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6ecdbc4b4b252082b55d6cb5da6bef94f66c3b29
   DIR parent 52bec56755b4b640286df89ce196bff45f745788
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Thu, 10 Feb 2011 15:32:23 +0100
       
       documentation updates for new release
       
       Diffstat:
         M README                              |       2 +-
         M doc/tomb.1                          |       2 +-
         M doc/web/views/index.muse            |      22 +++++++++++-----------
       
       3 files changed, 13 insertions(+), 13 deletions(-)
       ---
   DIR diff --git a/README b/README
       t@@ -12,7 +12,7 @@ X~     `?888888hx~  ...ue888b   .888: x888  x888.   8888   .
        '    "*88888888*      'Y"         `~    "    `"`    `%888*%"
                ^"***"`                                        "`
        
       -a simple commandline tool to manage encrypted storage  v.0.9.1
       +a simple commandline tool to manage encrypted storage  v.0.9.2
        
                           http://tomb.dyne.org
        
   DIR diff --git a/doc/tomb.1 b/doc/tomb.1
       t@@ -83,7 +83,7 @@ Display version and quit
        .IP "-q"
        Run more quietly
        .IP "-D"
       -Print more informations while running, for debugging purposes
       +Print more information while running, for debugging purposes
        
        .SH PRIVILEGE ESCALATION
        
   DIR diff --git a/doc/web/views/index.muse b/doc/web/views/index.muse
       t@@ -99,23 +99,23 @@ reminding you that a tomb is open, offering to explore it or close it.
        See the [[manual][manpage]] for more information on how to operate Tomb from the
        text terminal.
        <example>
       -[*] Tomb  -  simple commandline tool for encrypted storage
       - .  version 0.9.1 (Feb/2011) by Jaromil @ dyne.org
       + .  version 0.9.2 (Feb/2011) by Jaromil @ dyne.org
         .  
        [*] Syntax: tomb [options] command [file] [mountpoint]
         .  
       -[*] Options:
       - .  -h     print this help
       - .  -v     print out the version information for this tool
       - .  -q     run quietly, without printing informations
       - .  -D     print out debugging information at runtime
       - .  -s     size of the storage file when creating one (MB)
       - .  -k     path to the key to use for decryption
       - .  
        [*] Commands:
         .  create     create a new encrypted storage FILE and keys
         .  open       open an existing tomb FILE on MOUNTPOINT
         .  close      closes the tomb on MOUNTPOINT
       + .  
       +[*] Options:
       + .  -s     size of the storage file when creating one (MB)
       + .  -k     path to the key to use for decryption
       + .  
       + .  -h     print this help
       + .  -v     version information for this tool
       + .  -q     run quietly without printing information
       + .  -D     print debugging information while running
        </example>
        
        *** Where do  we learn more from
       t@@ -140,7 +140,7 @@ build your own application and as source code you can study.
        
        *** Code repository
        
       -Latest stable release is 0.9.1 (3 February 2011) more about it in the
       +Latest stable release is 0.9.2 (10 February 2011) more about it in the
        [[ftp://ftp.dyne.org/tomb/NEWS][NEWS]] and [[ftp://ftp.dyne.org/tomb/ChangeLog][ChangeLog]]
        
        Source releases are checked and signed by [[http://jaromil.dyne.org][Jaromil]] using [[http://www.gnupg.org][GnuPG]].