Hi, attached is a patch that removes a duplicate sentence from the manpage based on a bugzilla report in Red Hat's Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=448705 Regards, Till
Remove a duplicate sentence, Red Hat Bugzilla #448705: https://bugzilla.redhat.com/show_bug.cgi?id=448705 diff -up cryptsetup-1.0.6/man/cryptsetup.8.duplicate_sentence cryptsetup-1.0.6/man/cryptsetup.8 --- cryptsetup-1.0.6/man/cryptsetup.8.duplicate_sentence 2008-03-10 23:14:07.000000000 +0100 +++ cryptsetup-1.0.6/man/cryptsetup.8 2008-05-28 15:04:03.000000000 +0200 @@ -138,7 +138,7 @@ Show the version. .SH NOTES ON PASSWORD PROCESSING \fIFrom a file descriptor or a terminal\fR: Password processing is new-line sensitive, meaning the reading will stop after encountering \\n. It will process the read material (without newline) with the default hash or the hash given by \-\-hash. After hashing, it will be cropped to the key size given by \-s (default 256 bits). -\fIFrom stdin\fR: Reading will continue until EOF (so using e.g. /dev/random as stdin will not work), with the trailing newline stripped. After that the read data will be hashed with the default hash or the hash given by \-\-hash and the result will be cropped to the keysize given by \-s (default 256 bits). If "plain" is used as an argument to the hash option, the input data will not be hashed. Instead it will be zero padded (if shorter than the keysize) or truncated (if longer than the keysize) and used directly as the key. +\fIFrom stdin\fR: Reading will continue until EOF (so using e.g. /dev/random as stdin will not work), with the trailing newline stripped. After that the read data will be hashed with the default hash or the hash given by \-\-hash and the result will be cropped to the keysize given by \-s (default 256 bits). If "plain" is used as an argument to the hash option, the input data will not be hashed. Instead, it will be zero padded (if shorter than the keysize) or truncated (if longer than the keysize) and used directly as the key. No warning will be given if the amount of data read from stdin is less than the keysize. \fIFrom a key file\fR: It will be cropped to the size given by \-s. If there is insufficient key material in the key file, cryptsetup will quit with an error.
--------------------------------------------------------------------- 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