* [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting of the manual
@ 2014-04-30 2:04 Bjarni Ingi Gislason
2014-04-30 2:05 ` [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting " Bjarni Ingi Gislason
2014-05-06 9:29 ` [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting " Karel Zak
0 siblings, 2 replies; 4+ messages in thread
From: Bjarni Ingi Gislason @ 2014-04-30 2:04 UTC (permalink / raw)
To: util-linux; +Cc: Bjarni Ingi Gislason
Correct 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>
---
libblkid/libblkid.3 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libblkid/libblkid.3 b/libblkid/libblkid.3
index a0288bf..58ca91c 100644
--- a/libblkid/libblkid.3
+++ b/libblkid/libblkid.3
@@ -37,11 +37,11 @@ environment variable BLKID_FILE.
.P
In situations where one is getting information about a single known device, it
does not impact performance whether the cache is used or not (unless you are
-not able to read the block device directly).
+not able to read the block device directly).
.P
The high-level part of the library supports two methods to evaluate LABEL/UUID.
It reads information directly from a block device or read information from
-/dev/disk/by-* udev symlinks. The udev is preferred method by default.
+/dev/disk/by-* udev symlinks. The udev is preferred method by default.
.P
If you are dealing with
multiple devices, use of the cache is highly recommended (even if empty) as
@@ -57,7 +57,7 @@ in this situation.
.SH CONFIGURATION FILE
The standard location of the
.I /etc/blkid.conf
-config file can be overridden by the environment variable BLKID_CONF. For more
+config file can be overridden by the environment variable BLKID_CONF. For more
details about the config file see
.BR blkid (8)
man page.
--
1.9.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting of the manual
2014-04-30 2:04 [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting of the manual Bjarni Ingi Gislason
@ 2014-04-30 2:05 ` Bjarni Ingi Gislason
2014-05-06 9:29 ` Karel Zak
2014-05-06 9:29 ` [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting " Karel Zak
1 sibling, 1 reply; 4+ messages in thread
From: Bjarni Ingi Gislason @ 2014-04-30 2:05 UTC (permalink / raw)
To: util-linux; +Cc: Bjarni Ingi Gislason
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 | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/lib/terminal-colors.d.5 b/lib/terminal-colors.d.5
index ea06f96..c5208cd 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
--
1.9.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting of the manual
2014-04-30 2:04 [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting of the manual Bjarni Ingi Gislason
2014-04-30 2:05 ` [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting " Bjarni Ingi Gislason
@ 2014-05-06 9:29 ` Karel Zak
1 sibling, 0 replies; 4+ messages in thread
From: Karel Zak @ 2014-05-06 9:29 UTC (permalink / raw)
To: Bjarni Ingi Gislason; +Cc: util-linux
On Wed, Apr 30, 2014 at 02:04:59AM +0000, Bjarni Ingi Gislason wrote:
> libblkid/libblkid.3 | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting of the manual
2014-04-30 2:05 ` [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting " Bjarni Ingi Gislason
@ 2014-05-06 9:29 ` Karel Zak
0 siblings, 0 replies; 4+ messages in thread
From: Karel Zak @ 2014-05-06 9:29 UTC (permalink / raw)
To: Bjarni Ingi Gislason; +Cc: util-linux
On Wed, Apr 30, 2014 at 02:05:00AM +0000, Bjarni Ingi Gislason wrote:
> lib/terminal-colors.d.5 | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-06 9:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 2:04 [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting of the manual Bjarni Ingi Gislason
2014-04-30 2:05 ` [PATCH 7/7] lib/terminal-colors.d.5: Improve the typesetting " Bjarni Ingi Gislason
2014-05-06 9:29 ` Karel Zak
2014-05-06 9:29 ` [PATCH 6/7] libblkid/libblkid.3: Improve the typsetting " Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox