summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.1
diff options
context:
space:
mode:
authorKarel Zak2014-05-12 10:03:41 +0200
committerKarel Zak2014-05-13 12:13:02 +0200
commit052e512a641f99ce86eba902627bed5b876a3850 (patch)
tree7c1a5621cdd561b63084c48ea499894ae9fb3aad /text-utils/hexdump.1
parentdmesg: support colors customization (diff)
downloadkernel-qcow2-util-linux-052e512a641f99ce86eba902627bed5b876a3850.tar.gz
kernel-qcow2-util-linux-052e512a641f99ce86eba902627bed5b876a3850.tar.xz
kernel-qcow2-util-linux-052e512a641f99ce86eba902627bed5b876a3850.zip
hexdump: add --color to the man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/hexdump.1')
-rw-r--r--text-utils/hexdump.117
1 files changed, 8 insertions, 9 deletions
diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1
index 624b8d3dc..f8ee8ef71 100644
--- a/text-utils/hexdump.1
+++ b/text-utils/hexdump.1
@@ -67,6 +67,10 @@ by the same sixteen bytes in
format enclosed in
.RB ' | '
characters.
+.IP "\fB\-L\fR, \fB\-\-color\fR[=\fIwhen\fR]"
+Accept color units for the output (enabled by default). The optional argument \fIwhen\fP
+can be \fBauto\fR, \fBnever\fR or \fBalways\fR. If the \fIwhen\fR argument is omitted,
+then it defaults to \fBauto\fR.
.TP
\fB\-d\fR, \fB\-\-two\-bytes\-decimal\fR
\fITwo-byte decimal display\fR. Display the input offset in hexadecimal,
@@ -351,16 +355,11 @@ offsets 510 and 511 green if their value is 0xAA55, red otherwise.
"%07.7_ax_L[cyan] " 8/2 " %04x_L[green:0xAA55@510-511,!red:0xAA55@510-511] " "\en"
.nf
.SH COLORS
-Implicit coloring can be disabled as follows:
-.RS
+Implicit coloring can be disabled by an empty file \fI/etc/terminal-colors.d/hexdump.disable\fR.
-.br
-.BI "touch /etc/terminal-colors.d/hexdump.disable"
-.br
-
-.RE
-For more details see
-.BR terminal-colors.d (5).
+See
+.BR terminal-colors.d (5)
+for more details about colorization configuration.
.SH STANDARDS
The
.B hexdump