builtin/update-index: convert file to struct object_id
[gitweb.git] / Documentation / git-instaweb.txt
index f3eef510f2ba906f64e802a4ea9e1d671530aca4..e8ecdbf927ba5e7af79d3852a9a939c10052e45f 100644 (file)
@@ -76,12 +76,12 @@ You may specify configuration in your .git/config
        httpd = apache2 -f
        port = 4321
        browser = konqueror
-       modulepath = /usr/lib/apache2/modules
+       modulePath = /usr/lib/apache2/modules
 
 -----------------------------------------------------------------------
 
-If the configuration variable 'instaweb.browser' is not set,
-'web.browser' will be used instead if it is defined. See
+If the configuration variable `instaweb.browser` is not set,
+`web.browser` will be used instead if it is defined. See
 linkgit:git-web{litdd}browse[1] for more information about this.
 
 SEE ALSO