From c71a3c4904a2261a6058b2d305c3b1ff2afe9edb Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 17 Aug 2021 15:07:59 +0200 Subject: [PATCH] mount: (adoc) fix missing period [manpage-l10n] Reported-by: Helge Kreutzmann Signed-off-by: Karel Zak --- sys-utils/mount.8.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 15007845d6..09642605d8 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -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. -- 2.47.2