From: Bjarni Ingi Gislason Date: Wed, 30 Apr 2014 02:05:00 +0000 (+0000) Subject: lib/terminal-colors.d.5: Improve the typesetting of the manual X-Git-Tag: v2.25-rc1~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2574500f31d2229ac7106429f428e22104a67cd4;p=thirdparty%2Futil-linux.git 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 --- diff --git a/lib/terminal-colors.d.5 b/lib/terminal-colors.d.5 index ea06f96828..c5208cd749 100644 --- a/lib/terminal-colors.d.5 +++ b/lib/terminal-colors.d.5 @@ -3,35 +3,35 @@ .\" Copyright (C) 2014 Karel Zak .\" 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