summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/table.c
diff options
context:
space:
mode:
authorKarel Zak2017-03-02 16:56:39 +0100
committerKarel Zak2017-03-02 16:56:39 +0100
commitc14224b37463259576cb1344f49719608754e4ec (patch)
treef1d7108ec0feed6d7c07fa9cf8ced3ce97a5fcc5 /libsmartcols/src/table.c
parentsfdisk: note about small partition in man page (diff)
downloadkernel-qcow2-util-linux-c14224b37463259576cb1344f49719608754e4ec.tar.gz
kernel-qcow2-util-linux-c14224b37463259576cb1344f49719608754e4ec.tar.xz
kernel-qcow2-util-linux-c14224b37463259576cb1344f49719608754e4ec.zip
libsmartcols: support columns separators greater than one output cell
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/table.c')
-rw-r--r--libsmartcols/src/table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c
index 68f570d26..4f3b13db4 100644
--- a/libsmartcols/src/table.c
+++ b/libsmartcols/src/table.c
@@ -1102,7 +1102,6 @@ int scols_table_is_tree(const struct libscols_table *tb)
* @sep: separator
*
* Sets the column separator of @tb to @sep.
- * Please note that @sep should always take up a single cell in the output.
*
* Returns: 0, a negative value in case of an error.
*/