Clemens Fruhwirth wrote: > Man pages: > * Add typo fixes to the cryptsetup.8 manpage. Thanks to Justin Pryzby > <jpryzby+d@xxxxxxxxxxxx> for the patch. * > mention luksKillSlot in the manpage Here is another patch for the manpage (and the help) - Fix typo in luksRemoveKey help message "]" -> ">" - show some info about luksRemoveKey in the manpage (maye <options> with explanation needs to be added) Regards, Till
Author: Till Maas <opensource till name> - Fix typo in luksRemoveKey help message "]" -> ">" - show some info about luksRemoveKey in the manpage (maye <options> with explanation needs to be added) diff -up cryptsetup-1.0.6-pre2/src/cryptsetup.c.luksRemoveKey cryptsetup-1.0.6-pre2/src/cryptsetup.c --- cryptsetup-1.0.6-pre2/src/cryptsetup.c.luksRemoveKey 2008-03-01 17:10:40.000000000 +0100 +++ cryptsetup-1.0.6-pre2/src/cryptsetup.c 2008-03-03 21:21:49.000000000 +0100 @@ -64,7 +64,7 @@ static struct action_type { { "luksFormat", action_luksFormat, 0, 1, N_("<device> [<new key file>]"), N_("formats a LUKS device") }, { "luksOpen", action_luksOpen, 0, 2, N_("<device> <name> "), N_("open LUKS device as mapping <name>") }, { "luksAddKey", action_luksAddKey, 0, 1, N_("<device> [<new key file>]"), N_("add key to LUKS device") }, - { "luksRemoveKey", action_luksRemoveKey, 0, 1, N_("<device> [<key file]]"), N_("removes supplied key or key file from LUKS device") }, + { "luksRemoveKey", action_luksRemoveKey, 0, 1, N_("<device> [<key file>]"), N_("removes supplied key or key file from LUKS device") }, { "luksKillSlot", action_luksKillSlot, 0, 2, N_("<device> <key slot>"), N_("wipes key with number <key slot> from LUKS device") }, { "luksUUID", action_luksUUID, 0, 1, N_("<device>"), N_("print UUID of LUKS device") }, { "isLuks", action_isLuks, 0, 1, N_("<device>"), N_("tests <device> for LUKS partition header") }, diff -up cryptsetup-1.0.6-pre2/man/cryptsetup.8.luksRemoveKey cryptsetup-1.0.6-pre2/man/cryptsetup.8 --- cryptsetup-1.0.6-pre2/man/cryptsetup.8.luksRemoveKey 2008-03-01 10:17:23.000000000 +0100 +++ cryptsetup-1.0.6-pre2/man/cryptsetup.8 2008-03-03 21:21:14.000000000 +0100 @@ -54,6 +54,10 @@ identical to \fIremove\fR. .IP add a new key file/passphrase. An existing passphrase or key file (via \-\-key-file) must be supplied. The key file with the new material is supplied as a positional argument. <options> can be [\-\-key-file, \-\-key-slot]. .PP +\fIluksRemoveKey\fR <device> [<key file>] +.IP +remove supplied key or key file from LUKS device +.PP \fIluksKillSlot\fR <device> <key slot number> .IP wipe key with number <key slot> from LUKS device. A remaining passphrase or key file (via \-\-key-file) must be supplied. <options> can be [\-\-key-file].
--------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx