summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2018-02-21 13:23:19 +0100
committerKarel Zak2018-02-21 13:23:19 +0100
commitaef70f5514d6560771ea73affef82a09b8eae7bc (patch)
tree7427117c0b5ee26170fce481e17c0dde1b07fb20 /libsmartcols
parentlibfdisk: fix docs warnings (diff)
downloadkernel-qcow2-util-linux-aef70f5514d6560771ea73affef82a09b8eae7bc.tar.gz
kernel-qcow2-util-linux-aef70f5514d6560771ea73affef82a09b8eae7bc.tar.xz
kernel-qcow2-util-linux-aef70f5514d6560771ea73affef82a09b8eae7bc.zip
libsmartcols: fix docs warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/docs/libsmartcols-docs.xml4
-rw-r--r--libsmartcols/src/table.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/libsmartcols/docs/libsmartcols-docs.xml b/libsmartcols/docs/libsmartcols-docs.xml
index bd0d76659..dfdd46e01 100644
--- a/libsmartcols/docs/libsmartcols-docs.xml
+++ b/libsmartcols/docs/libsmartcols-docs.xml
@@ -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>
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 2a9fd1778..979a09a39 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -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
*/