]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/terminal-colors.d.5: Improve the typesetting of the manual
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Wed, 30 Apr 2014 02:05:00 +0000 (02:05 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 6 May 2014 09:28:53 +0000 (11:28 +0200)
  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>
lib/terminal-colors.d.5

index ea06f968283da3985a74e9ce162cb01a704c794b..c5208cd749b611a08852d6e3e7eb259f7549b2d0 100644 (file)
@@ -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