fixes to manual

This commit is contained in:
Jaromil 2011-03-03 17:04:52 +01:00
parent ce85f0aaa4
commit c352501a71

View File

@ -14,13 +14,13 @@ Tomb \- the Crypto Undertaker
.SH DESCRIPTION .SH DESCRIPTION
Tomb is an application to manage the creation and access of encrypted Tomb is an application to manage the creation and access of encrypted
storage files: it can be operated from commandline, it integrates with storage files: it can be operated from commandline and it can
desktop managers and offers a simple graphical interface to facilitate integrate with a user's graphical desktop.
its operation by desktop users.
Tomb generates encrypted storage files to be opened and closed using Tomb generates encrypted storage files to be opened and closed using
their associated keyfiles, which are also protected with a password their associated keys, which are also protected with a password chosen
chosen by the user. by the user. To create, open and close tombs a user will need super
user rights to execute the tomb commandline utility.
A tomb is like a locked folder that can be safely transported and A tomb is like a locked folder that can be safely transported and
hidden in a filesystem; it encourages users to keep their keys hidden in a filesystem; it encourages users to keep their keys
@ -28,14 +28,10 @@ separate from tombs, for instance keeping a tomb file on your computer
harddisk and its key file on a USB stick. harddisk and its key file on a USB stick.
For simplified use, the command \fItomb-open\fR starts a wizard that For simplified use, the command \fItomb-open\fR starts a wizard that
guides users in the creation of a new tomb or, if an \fIargument\fR is guides users in the creation of a new tomb or, if a tomb file is
specified, opens a the tomb file pointed by it and makes it accessible specified as \fIargument\fR, it opens it and makes it accessible in a
in a default location under the /media folder, starting the status default location under the /media folder, starting the status tray
tray icon if a desktop is present. applet (\fItomb-status\fR) if a desktop is present.
The other commands \fItomb-status\fR is called by the \fItomb-open\fR
helper and is meant to give access to opened tombs with operations
(close and explore) for the desktop.
.SH COMMANDS .SH COMMANDS