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

index bd0d76659a4051c7713c47cf2c3f7e5c165ad24a..dfdd46e0131556fec35121756025b0d8de30489f 100644 (file)
@@ -65,4 +65,8 @@ 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>
 </book>
index 2a9fd1778fa0dac3e4d9451d72e9fdb4c66e02ac..979a09a39739a47c7fb7f7c2bb0d1b51967e57f9 100644 (file)
@@ -154,7 +154,7 @@ const char *scols_table_get_name(const struct libscols_table *tb)
  * title output alignment on non-tty is hardcoded to 80 output chars. For the
  * regular terminal it's based on terminal width.
  *
- * Returns: Title of the table, or %NULL in case of blank title.
+ * Returns: Title of the table, or NULL in case of blank title.
  *
  * Since: 2.28
  */