Documentation: grep: fix asciidoc problem with --
authorChristian Couder <chriscool@tuxfamily.org>
Fri, 25 Jun 2010 02:16:24 +0000 (04:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jun 2010 15:57:17 +0000 (08:57 -0700)
Asciidoc interprets two dashes separated by spaces as a single big
dash. So let's escape the first dash, so that "\--" will properly
appear as "--".

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found