]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hexdump: fix a typo and tweak some wordings in the manpage
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 8 Nov 2015 10:54:13 +0000 (11:54 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Nov 2015 09:03:58 +0000 (10:03 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
text-utils/hexdump.1

index c7d75998f406762045f291a0276864afb9164944..af8433d741debc2c9eedc1a36dce1653e54a46b7 100644 (file)
@@ -84,8 +84,9 @@ are ignored.
 \fB\-L\fR, \fB\-\-color\fR[=\fIwhen\fR]
 Accept color units for the output.  The optional argument \fIwhen\fP
 can be \fBauto\fR, \fBnever\fR or \fBalways\fR.  If the \fIwhen\fR argument is omitted,
-it defaults to \fBauto\fR.  The colors can be disabled, for the current built-in default 
-see \fB\-\-help\fR output. See also the COLORS section.
+it defaults to \fBauto\fR.  The colors can be disabled; for the current built-in default
+see the \fB\-\-help\fR output.  See also the \fBColors\fR subsection and
+the \fBCOLORS\fR section below.
 .TP
 \fB\-n\fR, \fB\-\-length\fR \fIlength\fR
 Interpret only
@@ -335,9 +336,9 @@ conversion character or conversion string but with any
 .RB ' \&# '
 conversion flag characters removed, and referencing a NULL string.
 .PP
-If no format strings are specified, the default display is very simular to the
-\fB\-x\fR
-output format (the \fB\-x\fR uses more space between format units than the default output).
+If no format strings are specified, the default display is very similar to
+the \fB\-x\fR output format (the \fB\-x\fR option causes more space to be
+used between format units than in the default output).
 .SH "EXIT STATUS"
 .B hexdump
 exits 0 on success and >0 if an error occurred.