.\" Copyright (C) 2014 Karel Zak <kzak@redhat.com>
.\" Copyright 2014 Red Hat, Inc.
.\" May be distributed under the GNU General Public License
-.TH "TERMINAL_COLORS\&.D" "5" "January 2014" "util-linux" "terminal-colors.d"
+.TH "TERMINAL_COLORS.D" "5" "January 2014" "util-linux" "terminal-colors.d"
.SH "NAME"
terminal-colors.d \- Configure output colorization for various utilities
.SH "SYNOPSIS"
.PP
-/etc/terminal-colors\&.d/[name\&.]disable
+/etc/terminal-colors.d/[name.]disable
.sp
-/etc/terminal-colors\&.d/name\&.enable
+/etc/terminal-colors.d/name.enable
.SH "DESCRIPTION"
Files in this directory determine the default behaviour for utilities
-when coloring output. The
+when coloring output. The
.B name
-is an utility name. Supported files:
+is an utility name. Supported files:
.TP
.B disable
Turns off output colorization for all compatible utilities.
.TP
-.B name\&.disable
+.B name.disable
Turns off output colorization for specified utility.
.TP
-.B name\&.enable
+.B name.enable
Turns on output colorization on terminal for specified utility, all another
.B disable
files are ignored.
.SH COMPATIBILITY
-The terminal-colors\&.d functionality is currently supported by all util-linux
-utilities which provides colorized output. For more details always see the
+The terminal-colors.d functionality is currently supported by all util-linux
+utilities which provides colorized output. For more details always see the
COLORS section in the man page for the utility.
.SH AVAILABILITY