summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src
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/src
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/src')
-rw-r--r--libsmartcols/src/table.c2
1 files changed, 1 insertions, 1 deletions
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
*/