git: 9front

Download patch

ref: 88d03a3d46636d46383bd2eb82a59b7e538f94d1
parent: d28285ab799597ee07e56b90f149d9c22a802885
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Jul 7 12:13:49 EDT 2012

cryptsetup(8): grammar, clarity

--- a/sys/man/8/cryptsetup
+++ b/sys/man/8/cryptsetup
@@ -15,7 +15,7 @@
 .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 @@
 .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
--