]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: add PART_ENTRY_* to docs
authorKarel Zak <kzak@redhat.com>
Fri, 11 Mar 2011 12:31:07 +0000 (13:31 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 11 Mar 2011 12:31:07 +0000 (13:31 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/blkidP.h
shlibs/blkid/src/partitions/partitions.c

index 94709a5349194498051ad24ded8a849575f285e1..5402637115b064419fe930e30697bd7ca151e976 100644 (file)
@@ -121,7 +121,7 @@ struct blkid_chaindrv {
 
 #define BLKID_NVALS_SUBLKS     14
 #define BLKID_NVALS_TOPLGY     5
-#define BLKID_NVALS_PARTS      8
+#define BLKID_NVALS_PARTS      10
 
 /* Max number of all values in probing result */
 #define BLKID_NVALS             (BLKID_NVALS_SUBLKS + \
index 4fa826b5c3b9d5876dff81d1d7138f2802af784d..759d083775fc64052d5b1a5931a259d3ec8bc446 100644 (file)
@@ -36,6 +36,8 @@
  *
  * @PTTYPE: partition table type (dos, gpt, etc.).
  *
+ * @PART_ENTRY_SCHEME: partition table type
+ *
  * @PART_ENTRY_NAME: partition name (gpt and mac only)
  *
  * @PART_ENTRY_UUID: partition UUID (gpt only)
@@ -44,6 +46,8 @@
  *
  * @PART_ENTRY_FLAGS: partition flags (e.g. boot_ind) or  attributes (e.g. gpt attributes)
  *
+ * @PART_ENTRY_NUMBER: partition number
+ *
  * Example:
  *
  * <informalexample>