Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tcplay.3
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
.Nm tc_api_task_get_error
.Nd TrueCrypt volume management
.Sh LIBRARY
.ds doc-str-Lb-libtcplay TrueCrypt volume management (libtcplay, \-ltcplay)
.Lb libtcplay
.Sh SYNOPSIS
.In tcplay_api.h
Expand Down Expand Up @@ -180,7 +181,7 @@ does, but without changing the passphrase, keyfiles or PRF algorithm.
.Pp
The
.Fn tc_api_task_set
function allows settting a number of different options for the current task.
function allows setting a number of different options for the current task.
The following table shows which keys are available on calls to
.Fn tc_api_task_set
for each of the operations.
Expand Down Expand Up @@ -536,7 +537,7 @@ to indicate that the operation completed successfully, or
to indicate that the operation is not implemented
, or
.Dv TC_ERR
to indicate that any other error occured.
to indicate that any other error occurred.
.Pp
The
.Fn tc_api_task_get_error
Expand Down
6 changes: 3 additions & 3 deletions tcplay.8
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ volume.
Which volume is accessed solely depends on the passphrase and keyfile(s)
used.
If the passphrase and keyfiles for the outer volume are specified,
no information about the existance of the hidden volume is exposed.
no information about the existence of the hidden volume is exposed.
Without knowledge of the passphrase and keyfile(s) of the hidden volume
its existence remains unexposed.
The hidden volume can be protected when mapping the outer volume by
Expand Down Expand Up @@ -496,7 +496,7 @@ Or alternatively:
.Nm Fl -unmap Ns = Ns Cm truecrypt2
.Ed
.Pp
A hidden volume whose existance can be plausibly denied and its outer volume
A hidden volume whose existence can be plausibly denied and its outer volume
can for example be created with
.Bd -ragged -offset indent
.Nm Fl -create
Expand All @@ -522,7 +522,7 @@ and
options.
Which volume is later accessed depends only on which passphrase and keyfile(s)
are being used,
so that the existance of the hidden volume remains unknown without knowledge
so that the existence of the hidden volume remains unknown without knowledge
of the passphrase and keyfile it is protected by since it is located within
the outer volume.
To map the outer volume without potentially damaging the hidden volume,
Expand Down