]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: fix docs warnings
authorKarel Zak <kzak@redhat.com>
Wed, 21 Feb 2018 12:23:08 +0000 (13:23 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Feb 2018 12:23:08 +0000 (13:23 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/docs/libfdisk-docs.xml
libfdisk/src/label.c

index c1de89f0bda223b3ab0387a21d728dc93860dffb..9feed1ea129e2e017fc99eb40d683ca41bfff690 100644 (file)
@@ -71,4 +71,12 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
     <title>Index of new symbols in 2.30</title>
     <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
   </index>
+  <index role="2.31">
+    <title>Index of new symbols in 2.31</title>
+    <xi:include href="xml/api-index-2.31.xml"><xi:fallback /></xi:include>
+  </index>
+  <index role="2.32">
+    <title>Index of new symbols in 2.32</title>
+    <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
+  </index>
 </book>
index 304ea34e4ba6a9717bfcb0c319a6c8588477e9f6..2a11acad6bb7fbb357e74c9164b6936ec7fe92d9 100644 (file)
@@ -638,6 +638,8 @@ int fdisk_label_is_disabled(const struct fdisk_label *lb)
  * The function provides minimal and maximal geometry supported for the label,
  * if no range defined by library than returns -ENOSYS.
  *
+ * Since: 2.32
+ *
  * Returns: 0 on success, otherwise, a corresponding error.
  */
 int fdisk_label_get_geomrange_sectors(const struct fdisk_label *lb,
@@ -661,6 +663,8 @@ int fdisk_label_get_geomrange_sectors(const struct fdisk_label *lb,
  * The function provides minimal and maximal geometry supported for the label,
  * if no range defined by library than returns -ENOSYS.
  *
+ * Since: 2.32
+ *
  * Returns: 0 on success, otherwise, a corresponding error.
  */
 int fdisk_label_get_geomrange_heads(const struct fdisk_label *lb,
@@ -684,6 +688,8 @@ int fdisk_label_get_geomrange_heads(const struct fdisk_label *lb,
  * The function provides minimal and maximal geometry supported for the label,
  * if no range defined by library than returns -ENOSYS.
  *
+ * Since: 2.32
+ *
  * Returns: 0 on success, otherwise, a corresponding error.
  */
 int fdisk_label_get_geomrange_cylinders(const struct fdisk_label *lb,