Comment 5 for bug 164181

Revision history for this message
era (era) wrote :

> +@@ -31,7 +31,7 @@
> + .PP
> > + \fIresize\fR <name>
> + .IP
> +-resizes an active mapping <name>. <options> must include \-\-size
> ++re sizes an active mapping <name>. <options> must include \-\-size

"re sizes"? That's a bit odd, don't you think?

> +@@ -127,16 +127,14 @@
> + .B "\-\-version"
> + 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 processed 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.
> ++.SH NOTES ON PASSWORD PROCESSING FOR REGULAR MAPPINGS
> ++\fIFrom a file descriptor or a terminal\fR: Password processing is new-line sensitive, meaning the reading > will stop after encountering \\n. It will processed

"It will process", I guess?

> +-If \-\-key-file=- is used for reading the key from stdin, no trailing newline ist stripped from the input.
> Without that option, cryptsetup strips trailing newlines from stdin input.

Was the blanket removal of this line intentional? (Killed one typo, it did :-)

> +diff -urNad cryptsetup-1.0.5~/man/cryptsetup.8~ cryptsetup-1.0.5/man/cryptsetup.8~
> +--- cryptsetup-1.0.5~/man/cryptsetup.8~ 1969-12-31 18:00:00.000000000 -0600
> ++++ cryptsetup-1.0.5/man/cryptsetup.8~ 2008-03-22 14:18:38.000000000 -0600

This part should probably not be included in the diff.

I don't see the diffs against usr/share/man/man5/crypttab.5.gz which were also included in my original report. Also the s/This options/This option which I reported as a follow-up is missing.