]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: improve UUID_SUB= description
authorKarel Zak <kzak@redhat.com>
Thu, 24 Jul 2025 10:48:00 +0000 (12:48 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 9 Sep 2025 10:01:31 +0000 (12:01 +0200)
Fixes: https://github.com/util-linux/util-linux/issues/3657
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit fc56a4c50a009ea6850f6c585cbbd53819399ed4)

libblkid/libblkid.3.adoc
libblkid/src/superblocks/superblocks.c

index 853d12134be7e2e15ab29be4067a2ae6d66fc519..52b05ce3eab5286cedf930541ba5cda04bf37f04 100644 (file)
@@ -67,7 +67,7 @@ BLKID_SUBLKS_UUID::
 
 - UUID - filesystem UUID (lower case)
 
-- UUID_SUB - subvolume uuid (e.g. btrfs)
+- UUID_SUB - pool member UUID or device item UUID, etc. (e.g., zfs, btrfs, ...)
 
 - LOGUUID - external log UUID (e.g. xfs)
 
index 82047f18644db499548648052214fb0276918527..ea7d0bcce3f65d1475bbeefd1c23909ae862be2a 100644 (file)
@@ -48,7 +48,7 @@
  *
  * @UUID: filesystem UUID (lower case)
  *
- * @UUID_SUB: subvolume uuid (e.g. btrfs)
+ * @UUID_SUB: pool member UUID or device item UUID, etc. (e.g., zfs, btrfs, ...)
  *
  * @LOGUUID: external log UUID (e.g. xfs)
  *