diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-05 19:17:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-05 19:17:03 +0200 |
commit | 4472cbe66edbb03865a9fb0f67970e0ce9deb0f2 (patch) | |
tree | ce0b87841a966a2c776f6037a341dd5cc90a7353 /sys/man/3 | |
parent | 000363db658e62039e609a1e8d237544a20bcd55 (diff) |
add cryptsetup(8), add crypt command doc to fs(3)
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/fs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/man/3/fs b/sys/man/3/fs index 8a2367390..05b141ad0 100644 --- a/sys/man/3/fs +++ b/sys/man/3/fs @@ -157,6 +157,15 @@ specifies the default unit (sector) size in bytes and the default source for further partition devices. Default values are restored when the control file is closed. .TP +.BI crypt " new file key" +The device +.I new +corresponds to a AES-encrypted partition +.I file +encrypted with +.I key (see +.IR cryptsetup (8)). +.TP .B clear Discard all .I fs |