]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: (adoc) fix missing period [manpage-l10n]
authorKarel Zak <kzak@redhat.com>
Tue, 17 Aug 2021 13:07:59 +0000 (15:07 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Aug 2021 13:07:59 +0000 (15:07 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8.adoc

index 15007845d6074f201c05a8c5ac7ff0cd90366121..09642605d889c0bbc4ec7dda903adc98ea0b8002 100644 (file)
@@ -112,10 +112,10 @@ Filesystem universally unique identifier. The format of the UUID is usually a se
 Note that *mount* uses UUIDs as strings. The UUIDs from the command line or from *fstab*(5) are not converted to internal binary representation. The string representation of the UUID should be based on lower case characters.
 
 PARTLABEL=__label__::
-Human readable partition identifier. This identifier is independent on filesystem and does not change by mkfs or mkswap operations It's supported for example for GUID Partition Tables (GPT).
+Human readable partition identifier. This identifier is independent on filesystem and does not change by mkfs or mkswap operations. It's supported for example for GUID Partition Tables (GPT).
 
 PARTUUID=__uuid__::
-Partition universally unique identifier. This identifier is independent on filesystem and does not change by mkfs or mkswap operations It's supported for example for GUID Partition Tables (GPT).
+Partition universally unique identifier. This identifier is independent on filesystem and does not change by mkfs or mkswap operations. It's supported for example for GUID Partition Tables (GPT).
 
 ID=__id__::
 Hardware block device ID as generated by udevd. This identifier is usually based on WWN (unique storage identifier) and assigned by the hardware manufacturer. See *ls /dev/disk/by-id* for more details, this directory and running udevd is required. This identifier is not recommended for generic use as the identifier is not strictly defined and it depends on udev, udev rules and hardware.