]> 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)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Apr 2019 10:57:51 +0000 (12:57 +0200)
commit45f8c5c3a24346587263bf7af5c4b69361fcb98e
tree7c7e4607b1cd37a52dfb65edc8725d2871030f03
parent40d6c34fbd6c8a544ca881a1cac065cdb4c6dab4
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