diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-07-07 16:13:49 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-07-07 16:13:49 -0500 |
commit | eddec3a69fc3e7d4f629e6737f1f5e5c1a088b78 (patch) | |
tree | 3bcd6610679987dfffeb80a67d776871bfc31303 | |
parent | 8669b49b00c68753f9bcc191a9591c054416fbdb (diff) |
cryptsetup(8): grammar, clarity
-rw-r--r-- | sys/man/8/cryptsetup | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/man/8/cryptsetup b/sys/man/8/cryptsetup index 8e5664083..9b3d83a2d 100644 --- a/sys/man/8/cryptsetup +++ b/sys/man/8/cryptsetup @@ -15,7 +15,7 @@ cryptsetup \- setup encrypted partition .I files ... .SH DESCRIPTION .I Cryptsetup -prepares a AES-encrypted partition to be used with the +prepares an AES-encrypted partition to be used with the .IR fs (3) device. .PP @@ -34,11 +34,12 @@ activate a previously formated encrypted partition. The .B -o flag outputs the .IR fs (3) -ctl activation commands to standard output where +ctl activation commands to standard output, whereas .B -i directly writes them to the .B '/dev/fs/ctl' -file. +file. The user will be prompted for the password that was used +to protect the encryption key. .PP Once activated, the new partition appears under .BI /dev/fs/ name |