howto/setup-git-server-over-http: fix unescaped '^'s
commit643069213532b8b035e771afbc4f2c77b79b20e2
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Fri, 11 Oct 2013 19:38:36 +0000 (11 20:38 +0100)
committerJonathan Nieder <jrnieder@gmail.com>
Mon, 14 Oct 2013 14:23:40 +0000 (14 07:23 -0700)
tree6390bead01fdefe0b96a950ddba08cbe74a5b343
parent02a110ad435a6ccda648f09f94e546dfd7bdd0ac
howto/setup-git-server-over-http: fix unescaped '^'s

The text contains two 'grep' invocations which include the 'start
of line' regular expression character '^'. Asciidoc mis-interprets
this use of '^' as a superscript request. In order to fix this
formatting problem, use backticks (`) to quote the text of the
affected 'grep' command invocations.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Documentation/howto/setup-git-server-over-http.txt