summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2017-07-31 13:33:11 +0200
committerKarel Zak2017-07-31 13:33:11 +0200
commitc43874baa6eef17f8c190611a0e4c10082b0066a (patch)
treef1be16f2e09d831820fb4f06542180ca15d75073 /libsmartcols
parentcolumn: (-t) disable encoding for non-printable chars (diff)
downloadkernel-qcow2-util-linux-c43874baa6eef17f8c190611a0e4c10082b0066a.tar.gz
kernel-qcow2-util-linux-c43874baa6eef17f8c190611a0e4c10082b0066a.tar.xz
kernel-qcow2-util-linux-c43874baa6eef17f8c190611a0e4c10082b0066a.zip
libsmartcols: fix comment (to make gtk-docs happy)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols')
-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 81f4b8f2b..441b5d23b 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -1111,7 +1111,7 @@ int scols_table_is_nowrap(const struct libscols_table *tb)
* @tb: table
* @enable: 1 or 0
*
- * The library encode non-printable and control chars by \x<hex> by default.
+ * The library encode non-printable and control chars by \xHEX by default.
*
* Returns: 0 on success, negative number in case of an error.
*