summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols/src/table.c')
-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.
*