MANPAGE: prettify plain-text formatting

This commit is contained in:
Jakob Unterwurzacher 2016-10-21 00:04:41 +02:00
parent ceec46c1c1
commit 86afaee200
1 changed files with 52 additions and 50 deletions

View File

@ -1,6 +1,6 @@
% GOCRYPTFS(1)
% github.com/rfjakob
% May 2016
% Oct 2016
NAME
====
@ -87,10 +87,11 @@ anybody on the machine who can execute "ps -auxwww".
This is meant as a recovery option for emergencies, such as if you have
forgotten your password.
Example master key: 6f717d8b-6b5f8e8a-fd0aa206-778ec093-62c5669b-abd229cd-241e00cd-b4d6713d
Example master key:
6f717d8b-6b5f8e8a-fd0aa206-778ec093-62c5669b-abd229cd-241e00cd-b4d6713d
**-memprofile string**
: Write memory profile to specified file. This is useful when debugging
: Write memory profile to the specified file. This is useful when debugging
memory usage of gocryptfs.
**-nonempty**
@ -143,11 +144,12 @@ directory. Implies "-aessiv".
**-scryptn int**
: scrypt cost parameter logN. Setting this to a lower value speeds up
mounting but makes the password susceptible to brute-force attacks (default 16)
mounting but makes the password susceptible to brute-force attacks
(default 16)
**-version**
: Print version and exit. The output contains three fields seperated by
";". Example: "gocryptfs v0.12-2; go-fuse a4c968c; go1.6.2".
: Print version and exit. The output contains three fields seperated by ";".
Example: "gocryptfs v0.12-2; go-fuse a4c968c; go1.6.2".
Field 1 is the gocryptfs version, field 2 is the version of the go-fuse
library, field 3 is the Go version that was used to compile the binary.
@ -162,7 +164,7 @@ automated testing as it does not provide any security.
Comma-Separated-Options:
For compatability with mount(1), options are also accepted as
For compatibility with mount(1), options are also accepted as
"-o COMMA-SEPARATED-OPTIONS" at the end of the command line.
For example, "-o q,zerokey" is equivalent to "-q -zerokey".