]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: (docs) add reference to v2.33
authorKarel Zak <kzak@redhat.com>
Fri, 7 Jun 2019 10:30:13 +0000 (12:30 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 7 Jun 2019 10:30:13 +0000 (12:30 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/docs/libfdisk-docs.xml
libfdisk/src/context.c

index c6aa4c4fe85556fce24a94560e994bf8fa9225b6..7b6c73c7e478d95ffcf87057e5da03d7daf53d8a 100644 (file)
@@ -79,4 +79,8 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
     <title>Index of new symbols in 2.32</title>
     <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
   </index>
+  <index role="2.33">
+    <title>Index of new symbols in 2.33</title>
+    <xi:include href="xml/api-index-2.33.xml"><xi:fallback /></xi:include>
+  </index>
 </book>
index 9de57ac6ac49515dcc08a5b9b2b66b24796dd008..56ebb6c1e4fb5366fa041a1b54d9f817bd4d39ed 100644 (file)
@@ -1344,6 +1344,8 @@ const char *fdisk_get_devname(struct fdisk_context *cxt)
  * @cxt: context
  *
  * Returns: device number or zero for non-block devices
+ *
+ * Since: 2.33
  */
 dev_t fdisk_get_devno(struct fdisk_context *cxt)
 {
@@ -1356,6 +1358,8 @@ dev_t fdisk_get_devno(struct fdisk_context *cxt)
  * @cxt: context
  *
  * Returns: device model string or NULL.
+ *
+ * Since: 2.33
  */
 #ifdef __linux__
 const char *fdisk_get_devmodel(struct fdisk_context *cxt)