]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/8/cryptsetup
acid: watchpoint support
[plan9front.git] / sys / man / 8 / cryptsetup
index 8e56640834e6011e40cbad239f776830b056a9a9..9dcca477665c7b23e8b9995712e1df84d1d1f4a8 100644 (file)
@@ -2,20 +2,20 @@
 .SH NAME
 cryptsetup \- setup encrypted partition
 .SH SYNOPSIS
-.B cryptsetup
+.B disk/cryptsetup
 .B -f
 .I files ...
 .br
-.B cryptsetup
+.B disk/cryptsetup
 .B -o
 .I files ...
 .br
-.B cryptsetup
+.B disk/cryptsetup
 .B -i
 .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
@@ -30,15 +30,16 @@ The flags
 .B -i
 and
 .B -o
-activate a previously formated encrypted partition. The
+activate a previously formatted 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
@@ -47,5 +48,11 @@ where
 is the last path element of the
 .I files
 argument.
+.SH SOURCE
+.B /sys/src/cmd/disk/cryptsetup.c
 .SH SEE ALSO
+.IR aes (2) ,
 .IR fs (3)
+.SH HISTORY
+.I Cryptsetup
+first appeared in 9front (May, 2011).