about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJason A. Donenfeld2012-10-18 23:36:44 +0200
committerJason A. Donenfeld2012-10-18 23:36:44 +0200
commit37141051ed4b6e2ede8f15581fe9126d7fd68213 (patch)
tree57a951ee4e8c2b26aeee939dc188f9866347a0c2
parentMakefile: Support OpenBSD just like FreeBSD (diff)
downloadcgit-37141051ed4b6e2ede8f15581fe9126d7fd68213.tar.gz
cgit-37141051ed4b6e2ede8f15581fe9126d7fd68213.zip
Fix man page typo.
-rw-r--r--cgitrc.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 7d01fcd..5887cee 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt
@@ -148,11 +148,11 @@ enable-tree-linenumbers::
148enable-git-config:: 148enable-git-config::
149 Flag which, when set to "1", will allow cgit to use git config to set 149 Flag which, when set to "1", will allow cgit to use git config to set
150 any repo specific settings. This option is used in conjunction with 150 any repo specific settings. This option is used in conjunction with
151 "scan-path" to augment _repo._ settings. The keys gitweb.owner, 151 "scan-path" to augment repo-specific settings. The keys gitweb.owner,
152 gitweb.category, and gitweb.description will map to the cgit keys 152 gitweb.category, and gitweb.description will map to the cgit keys
153 repo.owner, repo.section, and repo.desc, respectivly. All git config 153 repo.owner, repo.section, and repo.desc, respectivly. All git config
154 keys that begin with "cgit." will be mapped to the corresponding "repo." 154 keys that begin with "cgit." will be mapped to the corresponding "repo."
155 key in cgit. Default value: "0". See also: scan-path section-from-path. 155 key in cgit. Default value: "0". See also: scan-path, section-from-path.
156 156
157favicon:: 157favicon::
158 Url used as link to a shortcut icon for cgit. If specified, it is 158 Url used as link to a shortcut icon for cgit. If specified, it is