]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: fix comment (to make gtk-docs happy)
authorKarel Zak <kzak@redhat.com>
Mon, 31 Jul 2017 11:33:11 +0000 (13:33 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 31 Jul 2017 11:33:11 +0000 (13:33 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/table.c

index 81f4b8f2b27b36db879d86ec91a93332a7d61018..441b5d23b7756dbdf16c0385ad98ff3dd54785a5 100644 (file)
@@ -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.
  *