From 3295cde4afc03e9513658ba35e3cd53c25056417 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Mon, 8 Oct 2012 08:08:09 +0100 Subject: docs: fix column.1 groff syntax error Quote backslash which user is expected to see. Signed-off-by: Sami Kerola --- text-utils/column.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/column.1') 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: -- cgit v1.2.3-55-g7522