From: Sami Kerola Date: Mon, 8 Oct 2012 07:08:09 +0000 (+0100) Subject: docs: fix column.1 groff syntax error X-Git-Tag: v2.23-rc1~634 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3295cde4afc03e9513658ba35e3cd53c25056417;p=thirdparty%2Futil-linux.git docs: fix column.1 groff syntax error Quote backslash which user is expected to see. Signed-off-by: Sami Kerola --- diff --git a/text-utils/column.1 b/text-utils/column.1 index 37270481ec..b6da45f4a1 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: