summaryrefslogtreecommitdiffstats
path: root/text-utils
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/column.12
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/column.1 b/text-utils/column.1
index 37270481e..b6da45f4a 100644
--- a/text-utils/column.1
+++ b/text-utils/column.1
@@ -73,7 +73,7 @@ The util-linux version 2.23 changed
option to be non-greedy, for example:
.PP
.EX
-$ printf "a:b:c\n1::3\n" | column -t -s ':'
+$ printf "a:b:c\\n1::3\\n" | column -t -s ':'
.EE
.PP
old output: