mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 04:47:56 +00:00
manual updates
This commit is contained in:
parent
5afeaac470
commit
75416732ba
36
doc/tomb.1
36
doc/tomb.1
@ -1,4 +1,4 @@
|
|||||||
.TH tomb 1 "January 25, 2011" "tomb"
|
.TH tomb 1 "February 6, 2011" "tomb"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Tomb \- the Crypto Undertaker
|
Tomb \- the Crypto Undertaker
|
||||||
@ -15,34 +15,34 @@ Tomb \- the Crypto Undertaker
|
|||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
Tomb is a simple commandline tool for encrypted storage and it comes
|
Tomb is an application to manage the creation and access of encrypted
|
||||||
complete with programs to facilitate its operation by desktop users.
|
storage files: it can be operated from commandline, it integrates with
|
||||||
|
desktop managers and offers a simple graphical interface to facilitate
|
||||||
|
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 keyfiles, which are also protected with a password
|
||||||
chosen by the user.
|
chosen by the user.
|
||||||
|
|
||||||
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; its keys can be kept separate, for instance
|
hidden in a filesystem; it encourages users to keep their keys
|
||||||
keeping the tomb file on your computer harddisk and the key files on a
|
separate from tombs, for instance keeping a tomb file on your computer
|
||||||
USB stick.
|
harddisk and its key file on a USB stick.
|
||||||
|
|
||||||
When specified, \fIfile\fR is the name of the tomb to be created or
|
When used from commandline, \fIfile\fR is the name of the tomb to be
|
||||||
opened, while \fImountpoint\fR is an existing directory where its
|
created or opened, while \fImountpoint\fR is an existing directory
|
||||||
contents should be made accessible.
|
where its contents should be made accessible.
|
||||||
|
|
||||||
For simplified use, the command \fItomb-open\fR can be used to start a
|
For simplified use, the command \fItomb-open\fR can be used to start a
|
||||||
wizard that guides users in the creation of a new tomb or, if the
|
wizard that guides users in the creation of a new tomb or, if the
|
||||||
\fIfile\fR argument is specified, to open a tomb and make it
|
\fIfile\fR argument is specified, to open a tomb and make it
|
||||||
accessible in a default location under the /media folder.
|
accessible in a default location under the /media folder.
|
||||||
|
|
||||||
The other commands \fItomb-status\fR and \fItomb-askpass\fR are mostly
|
The other commands \fItomb-status\fR and \fItomb-askpass\fR are for
|
||||||
for internal use (they are called by tomb with the right arguments)
|
internal use (they are called by tomb with the right arguments) and
|
||||||
and serve the purpose of communicating with the user via the graphical
|
serve the purpose of communicating with the user via the graphical
|
||||||
interface.
|
interface.
|
||||||
|
|
||||||
The auxiliary programs \fI
|
|
||||||
|
|
||||||
|
|
||||||
.SH COMMANDS
|
.SH COMMANDS
|
||||||
.B
|
.B
|
||||||
@ -82,6 +82,8 @@ Display version and quit
|
|||||||
.B
|
.B
|
||||||
.IP "-q"
|
.IP "-q"
|
||||||
Run more quietly
|
Run more quietly
|
||||||
|
.IP "-D"
|
||||||
|
Print more informations while running, for debugging purposes
|
||||||
|
|
||||||
.SH PRIVILEGE ESCALATION
|
.SH PRIVILEGE ESCALATION
|
||||||
|
|
||||||
@ -124,8 +126,8 @@ notice are preserved on all copies.
|
|||||||
|
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
|
|
||||||
The most recent version of Tomb sourcecode and up to date
|
The most recent version of Tomb sourcecode and up to date
|
||||||
documentation should be available for download from
|
documentation is available for download from its website on
|
||||||
\fIhttp://tomb.dyne.org\fR.
|
\fIhttp://tomb.dyne.org\fR.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
Loading…
Reference in New Issue
Block a user