]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: fix column.1 groff syntax error
authorSami Kerola <kerolasa@iki.fi>
Mon, 8 Oct 2012 07:08:09 +0000 (08:08 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Oct 2012 14:19:35 +0000 (16:19 +0200)
Quote backslash which user is expected to see.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/column.1

index 37270481ec39470873107d58cb2022e736b6d6f3..b6da45f4a19a77008da8d00993e1f9b79fe678bf 100644 (file)
@@ -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: