Merge branch 'ak/submodule-foreach-quoting'
[gitweb.git] / Documentation / howto / setup-git-server-over-http.txt
index c8036492e6f559469e0e7a0f966565f0227d06cc..6de4f3c4875e3d9607754d5ca76a17e00c8f5841 100644 (file)
@@ -85,8 +85,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 .