summaryrefslogtreecommitdiffstats
path: root/text-utils/column.1
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/column.1')
-rw-r--r--text-utils/column.16
1 files changed, 3 insertions, 3 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index b25748248..e81c8c1d6 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -42,13 +42,13 @@ The
.B column
utility formats its input into multiple columns. The util support three modes:
.TP
-.BR "columns are filled before rows"
+.B columns are filled before rows
This is the default mode (required by backward compatibility).
.TP
-.BR "rows are filled before columns"
+.B rows are filled before columns
This mode is enabled by option \fB-x, \-\-fillrows\fP
.TP
-.BR "table"
+.B table
Determine the number of columns the input contains and create a table. This
mode is enabled by option \fB-t, \-\-table\fP and columns formatting is
possible to modify by \fB\-\-table-*\fP options. Use this mode if not sure.