View | Details | Raw Unified | Return to bug 235946 | Differences between
and this patch

Collapse All | Expand All

(-)b/usr.bin/column/column.1 (-3 / +13 lines)
Lines 28-34 Link Here
28
.\"     @(#)column.1	8.1 (Berkeley) 6/6/93
28
.\"     @(#)column.1	8.1 (Berkeley) 6/6/93
29
.\" $FreeBSD$
29
.\" $FreeBSD$
30
.\"
30
.\"
31
.Dd July 29, 2004
31
.Dd February 22, 2019
32
.Dt COLUMN 1
32
.Dt COLUMN 1
33
.Os
33
.Os
34
.Sh NAME
34
.Sh NAME
Lines 44-50 Link Here
44
The
44
The
45
.Nm
45
.Nm
46
utility formats its input into multiple columns.
46
utility formats its input into multiple columns.
47
Rows are filled before columns.
47
Columns are filled before rows.
48
Input is taken from
48
Input is taken from
49
.Ar file
49
.Ar file
50
operands, or, by default, from the standard input.
50
operands, or, by default, from the standard input.
Lines 68-74 supplied using the Link Here
68
option.
68
option.
69
Useful for pretty-printing displays.
69
Useful for pretty-printing displays.
70
.It Fl x
70
.It Fl x
71
Fill columns before filling rows.
71
Fill rows before filling columns.
72
.El
72
.El
73
.Sh ENVIRONMENT
73
.Sh ENVIRONMENT
74
The
74
The
Lines 95-100 The Link Here
95
.Nm
95
.Nm
96
command appeared in
96
command appeared in
97
.Bx 4.3 Reno .
97
.Bx 4.3 Reno .
98
.Sh CAVEATS
99
Historical versions of
100
.Nm
101
indicated that "rows are filled before columns" by default, and that the
102
.Fl x
103
option reverses this. This wording did not reflect the actual behavior, and
104
it has since been corrected (see above). Other implementations of
105
.Nm
106
may continue to use the older documentation, but the behavior should be
107
identical in any case.
98
.Sh BUGS
108
.Sh BUGS
99
Input lines are limited to
109
Input lines are limited to
100
.Dv LINE_MAX
110
.Dv LINE_MAX

Return to bug 235946