util-linux/text-utils
Karel Zak 3e094e5fe2 column: make more obvious what is default behavior
The man page contains mistakes. The default is to fill columns before
lines:

$ printf 'aaaaaaaaaaaaaaaaaaaaaa\nBBBBBBBBBBBBBBBBBBBBB\nXXXXXXX\nYYYYYYYYYYY\nZZZZZ' > data

$ column --columns 80 < data
aaaaaaaaaaaaaaaaaaaaaa	XXXXXXX			ZZZZZ
BBBBBBBBBBBBBBBBBBBBB	YYYYYYYYYYY

$ column  --fillrows --columns 80 < data
aaaaaaaaaaaaaaaaaaaaaa	BBBBBBBBBBBBBBBBBBBBB	XXXXXXX
YYYYYYYYYYY		ZZZZZ

The patch also rename functions in the code to make it more obvious
for code readers.

Signed-off-by: Karel Zak <kzak@redhat.com>
2017-03-01 12:25:16 +01:00
..
Makemodule.am build-sys: disable unused parameter warnings for some test progs 2016-02-23 03:20:22 +01:00
col.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
col.c misc: add static keyword to where needed [smatch scan] 2017-02-20 12:58:49 +01:00
colcrt.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
colcrt.c misc: do not use plain 0 as NULL [smatch scan] 2017-02-20 12:58:49 +01:00
colrm.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
colrm.c misc: do not use plain 0 as NULL [smatch scan] 2017-02-20 12:58:49 +01:00
column.1 column: make more obvious what is default behavior 2017-03-01 12:25:16 +01:00
column.c column: make more obvious what is default behavior 2017-03-01 12:25:16 +01:00
hexdump-conv.c hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedef 2013-12-02 13:44:21 +01:00
hexdump-display.c hexdump: add highlighting support 2014-02-10 16:01:37 +01:00
hexdump-parse.c misc: simplify if clauses [oclint] 2016-07-21 21:14:33 +01:00
hexdump.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
hexdump.c Use --help suggestion on invalid option 2016-12-19 13:13:34 +01:00
hexdump.h hexdump: add highlighting support 2014-02-10 16:01:37 +01:00
line.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
line.c Use --help suggestion on invalid option 2016-12-19 13:13:34 +01:00
more.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
more.c misc: add static keyword to where needed [smatch scan] 2017-02-20 12:58:49 +01:00
pg.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
pg.c misc: add static keyword to where needed [smatch scan] 2017-02-20 12:58:49 +01:00
rev.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
rev.c misc: add static keyword to where needed [smatch scan] 2017-02-20 12:58:49 +01:00
tailf.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
tailf.c misc: do not use plain 0 as NULL [smatch scan] 2017-02-20 12:58:49 +01:00
ul.1 docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01:00
ul.c misc: add static keyword to where needed [smatch scan] 2017-02-20 12:58:49 +01:00