Miscellaneous small man page fixes (mostly typos)

This commit is contained in:
Tobias Geerinckx-Rice 2016-10-20 17:24:59 +02:00
parent 441fa20ed6
commit 8d7ce724c9
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
2 changed files with 8 additions and 8 deletions

View File

@ -132,9 +132,9 @@ tampering, by preventing an attacker from disabling MACs in the config file.
=item B<--reverse> =item B<--reverse>
Normally B<EncFS> provides a plaintext view of data on demand. Normally it Normally B<EncFS> provides a plaintext view of data on demand: it stores
stores enciphered data and displays plaintext data. With B<--reverse> it takes enciphered data and displays plaintext data. With B<--reverse> it takes as
as source plaintext data and produces enciphered data on-demand. This can be source plaintext data and produces enciphered data on-demand. This can be
useful for creating remote encrypted backups, where you do not wish to keep the useful for creating remote encrypted backups, where you do not wish to keep the
local files unencrypted. local files unencrypted.
@ -431,7 +431,7 @@ be very short in the encoded form, where as block encoded filenames are always
rounded up to the block size of the encryption cipher (8 bytes for Blowfish and rounded up to the block size of the encryption cipher (8 bytes for Blowfish and
16 bytes for AES). 16 bytes for AES).
The advantage of block encoding mode is that filename lenths all come out as a The advantage of block encoding mode is that filename lengths all come out as a
multiple of the cipher block size. This means that someone looking at your multiple of the cipher block size. This means that someone looking at your
encrypted data can't tell as much about the length of your filenames. It is encrypted data can't tell as much about the length of your filenames. It is
on by default, as it takes a similar amount of time to using the stream cipher. on by default, as it takes a similar amount of time to using the stream cipher.
@ -467,12 +467,12 @@ rename will fail.
B<New in 1.1>. In previous versions of B<EncFS>, each file was encoded in the B<New in 1.1>. In previous versions of B<EncFS>, each file was encoded in the
same way. Each block in a file has always had its own initialization vector, same way. Each block in a file has always had its own initialization vector,
but in a deterministic way so that block N in one file is encoded in the same but in a deterministic way, so that block N in one file was encoded in the same
was as block N in another file. That made it possible for someone to tell if way as block N in another file. That made it possible for someone to tell if
two files were identical (or parts of the file were identical) by comparing the two files were identical (or parts of the file were identical) by comparing the
encoded data. encoded data.
With per-file initialization vectors, each file gets its own 64bit random With per-file initialization vectors, each file gets its own 64-bit random
initialization vector, so that each file is encrypted in a different way. initialization vector, so that each file is encrypted in a different way.
This option is enabled by default. This option is enabled by default.

View File

@ -109,7 +109,7 @@ B<encfs> for complete details.
=head1 AUTHORS =head1 AUTHORS
EncFS was written by Valient Gough <vgough@pobox.com>. B<EncFS> was written by B<< Valient Gough <vgough@pobox.com> >>.
=head1 SEE ALSO =head1 SEE ALSO