summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorKarel Zak2014-03-11 10:05:32 +0100
committerKarel Zak2014-03-11 10:05:32 +0100
commit60ec67ff4e82cf22d37fb6850256839d53cfedce (patch)
treef1cf86aab9fd740f3b5327bd4527e4b93b0dd1f2 /sys-utils
parentlib/colors: check for /etc/terminal-colors.d/[util].disable (diff)
downloadkernel-qcow2-util-linux-60ec67ff4e82cf22d37fb6850256839d53cfedce.tar.gz
kernel-qcow2-util-linux-60ec67ff4e82cf22d37fb6850256839d53cfedce.tar.xz
kernel-qcow2-util-linux-60ec67ff4e82cf22d37fb6850256839d53cfedce.zip
lib/colors: add info to man pages, add terminal-colors.d.5
Co-Author: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/dmesg.111
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1
index f5d256cf7..75af1ec53 100644
--- a/sys-utils/dmesg.1
+++ b/sys-utils/dmesg.1
@@ -177,6 +177,17 @@ The
format has the same issue as
.BR ctime :
the time may be inaccurate when a system is suspended and resumed.
+.SH COLORS
+Implicit coloring can be disabled as follows:
+.RS
+
+.br
+.BI "touch /etc/terminal-colors.d/dmesg.disable"
+.br
+
+.RE
+For more details see
+.BR terminal-colors.d (5).
.SH SEE ALSO
.BR syslogd (8)
.SH AUTHORS