summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2014-04-30 04:05:00 +0200
committerKarel Zak2014-05-06 11:28:53 +0200
commit2574500f31d2229ac7106429f428e22104a67cd4 (patch)
tree65e38c0316db9d53ccb99075e54dd1052d26c9ca
parentlibblkid/libblkid.3: Improve the typsetting of the manual (diff)
downloadkernel-qcow2-util-linux-2574500f31d2229ac7106429f428e22104a67cd4.tar.gz
kernel-qcow2-util-linux-2574500f31d2229ac7106429f428e22104a67cd4.tar.xz
kernel-qcow2-util-linux-2574500f31d2229ac7106429f428e22104a67cd4.zip
lib/terminal-colors.d.5: Improve the typesetting of the manual
Remove '\&' in front of a full stop (.), when it does not start or end a string Adjust space between sentences to two space characters (or begin each sentence on a new line). Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
-rw-r--r--lib/terminal-colors.d.518
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/terminal-colors.d.5 b/lib/terminal-colors.d.5
index ea06f9682..c5208cd74 100644
--- a/lib/terminal-colors.d.5
+++ b/lib/terminal-colors.d.5
@@ -3,35 +3,35 @@
.\" 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