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

index a0288bffbc38cad1b8a4276f3c4fc5427318316c..58ca91cbb48b8a77e262e4ca5720627f22111d68 100644 (file)
@@ -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.