README.md: Add link to the man page

github renders pod files beautifully, and encfs(1) is an
excellent document.
This commit is contained in:
Jakob Unterwurzacher 2015-01-13 23:22:55 +01:00
parent d494d18f73
commit fce6d727e3
2 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,8 @@ user-mode and acts as a transparent encrypted filesystem.
Usage Usage
----- -----
- To see command line options, see the man page for encfs and encfsctl, or for - To see command line options, see the man page for [encfs](encfs/encfs.pod)
and [encfsctl](encfs/encfsctl.pod), or for
brief usage message, run the programs without an argument (or '-h'): brief usage message, run the programs without an argument (or '-h'):
% encfs -h % encfs -h
% man encfs % man encfs

View File

@ -17,7 +17,10 @@ EncFS encrypts individual files, by translating all requests for the virtual
EncFS filesystem into the equivalent encrypted operations on the raw EncFS filesystem into the equivalent encrypted operations on the raw
filesystem. filesystem.
For more technical details and a usage overview, see [DESIGN.md](DESIGN.md). For more info, see:
- The excellent [encfs manpage](encfs/encfs.pod)
- The technical overview in [DESIGN.md](DESIGN.md)
## Status ## Status