From d945f469caf7ead0884b8363ee0937cadcd0b203 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 1 Jul 2011 13:13:46 +0200 Subject: [PATCH] libblkid: add docs for new PART_ENTRY_* values Signed-off-by: Karel Zak --- libblkid/src/partitions/partitions.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libblkid/src/partitions/partitions.c b/libblkid/src/partitions/partitions.c index 89f0587187..dcb479e1f1 100644 --- a/libblkid/src/partitions/partitions.c +++ b/libblkid/src/partitions/partitions.c @@ -49,6 +49,12 @@ * * @PART_ENTRY_NUMBER: partition number * + * @PART_ENTRY_OFFSET: the begin of the partition + * + * @PART_ENTRY_SIZE: size of the partition + * + * @PART_ENTRY_DISK: whole-disk + * * Example: * * -- 2.47.2