]> git.ipfire.org Git - thirdparty/git.git/commitdiff
howto/setup-git-server-over-http: fix unescaped '^'s
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Fri, 11 Oct 2013 19:38:36 +0000 (20:38 +0100)
committerJonathan Nieder <jrnieder@gmail.com>
Mon, 14 Oct 2013 14:23:40 +0000 (07:23 -0700)
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

index 7f4943e1025de7013715241145d2122ef16057e3..981cbddc8627fcc2322d626148e2735d6222075c 100644 (file)
@@ -81,8 +81,8 @@ Initialize a bare repository
     $ git --bare init
 
 
-Change the ownership to your web-server's credentials. Use "grep ^User
-httpd.conf" and "grep ^Group httpd.conf" to find out:
+Change the ownership to your web-server's credentials. Use `"grep ^User
+httpd.conf"` and `"grep ^Group httpd.conf"` to find out:
 
     $ chown -R www.www .