libsmartcols: fix docs warnings

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-02-21 13:23:19 +01:00
parent ed930a9b89
commit aef70f5514
2 changed files with 5 additions and 1 deletions

View 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>

View 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
*/