From: Karel Zak Date: Mon, 31 Jul 2017 11:33:11 +0000 (+0200) Subject: libsmartcols: fix comment (to make gtk-docs happy) X-Git-Tag: v2.31-rc1~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c43874baa6eef17f8c190611a0e4c10082b0066a;p=thirdparty%2Futil-linux.git libsmartcols: fix comment (to make gtk-docs happy) Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index 81f4b8f2b2..441b5d23b7 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 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. *