]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: Address fill-order confusion in documentation
authordana <dana@dana.is>
Fri, 22 Feb 2019 20:11:29 +0000 (14:11 -0600)
committerdana <dana@dana.is>
Fri, 22 Feb 2019 20:42:58 +0000 (14:42 -0600)
commit1ec4c065a204ae175c65488487c6b84a7f55598c
tree14078d0d03859884d8ed2c350dfbbc5daaffc244
parent911e694528618b52ce23e4e29a7a85ee9f4edf05
column: Address fill-order confusion in documentation

Historical versions of column have described the default fill order as
rows-then-columns and the -x order as columns-then-rows. This was
misleading at best, and the util-linux implementation was updated to
clarify the actual behaviour in 3e094e5fe2 (March 2017).

However, the other implementations (used by *BSD, macOS, Debian, &al.)
continue to use the previous wording, and a user comparing them could
easily get the false impression that util-linux column has exactly the
opposite fill behaviour from BSD column.

To address this, a note is added to the man page explaining the change
and clarifying that, despite what the BSD documentation says, the two
implementations behave identically in this regard.

Signed-off-by: dana <dana@dana.is>
text-utils/column.1