summaryrefslogtreecommitdiffstats
path: root/libblkid/libblkid.3
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2014-04-30 04:04:59 +0200
committerKarel Zak2014-05-06 11:28:53 +0200
commitc6f285fcb3601df9dfc2b9086c11f1ace9e6b9e0 (patch)
tree96beb7e6435cc83a181670e74945edf166f9ca7e /libblkid/libblkid.3
parentsetpriv: Fix --selinux-label (diff)
downloadkernel-qcow2-util-linux-c6f285fcb3601df9dfc2b9086c11f1ace9e6b9e0.tar.gz
kernel-qcow2-util-linux-c6f285fcb3601df9dfc2b9086c11f1ace9e6b9e0.tar.xz
kernel-qcow2-util-linux-c6f285fcb3601df9dfc2b9086c11f1ace9e6b9e0.zip
libblkid/libblkid.3: Improve the typsetting of the manual
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>
Diffstat (limited to 'libblkid/libblkid.3')
-rw-r--r--libblkid/libblkid.36
1 files changed, 3 insertions, 3 deletions
diff --git a/libblkid/libblkid.3 b/libblkid/libblkid.3
index a0288bffb..58ca91cbb 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.