Add warning about keyboard setting and add copyright into man page.
authorMilan Broz <gmazyland@gmail.com>
Sat, 14 Nov 2009 21:33:44 +0000 (21:33 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sat, 14 Nov 2009 21:33:44 +0000 (21:33 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@138 36d66b0a-2a48-0410-832c-cd162a569da5

man/cryptsetup.8

index 6542841..c2772e7 100644 (file)
@@ -205,6 +205,8 @@ For any password creation action (luksAddKey, or luksFormat), the user may speci
 Increasing the time will lead to a more secure password, but also will take luksOpen longer to complete. The default setting of one second is sufficient for good security.
 .SH INCOHERENT BEHAVIOUR FOR INVALID PASSWORDS/KEYS
 LUKS checks for a valid password or key when an encrypted partition is unlocked. Thus the luksOpen action fails with invalid password or key, contrary to the plain dm-crypt create action.
+
+Please also be sure that you are using the same keyboard and language setting as during device format.
 .SH NOTES ON SUPPORTED CIPHERS, MODES, HASHES AND KEY SIZES
 The available combinations of ciphers, modes, hashes and key sizes depend on kernel support. See /proc/crypto for a list of available options. You might need to load additional kernel crypto modules in order to get more options.
 
@@ -252,6 +254,8 @@ Report bugs to <dm-crypt@saout.de>.
 Copyright \(co 2004 Christophe Saout
 .br
 Copyright \(co 2004-2006 Clemens Fruhwirth
+.br
+Copyright \(co 2009 Red Hat, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.