]> 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>
Thu, 24 Jul 2025 10:48:00 +0000 (12:48 +0200)
Fixes: https://github.com/util-linux/util-linux/issues/3657
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/libblkid.3.adoc
libblkid/src/superblocks/superblocks.c

index 9c92bc5c7f4ada665288a9a58342d2fe8f12cdca..c589820c4266d4068a1c2e9970d341b1e86e6ceb 100644 (file)
@@ -69,7 +69,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 0fd9cc5f6f70f98dd564b6083b05e1c33ae77c7a..89de67a033d690c0e71b75fa292900f10e03d534 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)
  *