summaryrefslogtreecommitdiffstats
path: root/man.cgi.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-04 22:52:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-04 22:52:50 +0000
commit29ac73dafe481c332afcf1adc7c74cdad72433c9 (patch)
tree03391768196bba8fbd595f5df115e088730cf574 /man.cgi.7
parentd894c471306c4cb24738dcc1d17fcaaccaec3df9 (diff)
downloadmandoc-29ac73dafe481c332afcf1adc7c74cdad72433c9.tar.gz
Make catman and man.cgi understand the index type-field.
Also make catman's man.conf be generated as catman.conf to avoid clobbering a real man.conf file. Finally, add a placeholder catman() function to man.cgi for preformatted manuals in the cache.
Diffstat (limited to 'man.cgi.7')
-rw-r--r--man.cgi.77
1 files changed, 3 insertions, 4 deletions
diff --git a/man.cgi.7 b/man.cgi.7
index 67be8101..630c7422 100644
--- a/man.cgi.7
+++ b/man.cgi.7
@@ -13,7 +13,7 @@ script queries and displays manual pages.
It interfaces with
.Xr mandocdb 8
databases for query and with
-.Xr mandoc 1
+.Xr mandoc 3
for display.
It operates over a cache of manuals generated by
.Xr catman 8 .
@@ -40,13 +40,12 @@ cache directory.
.El
.Sh FILES
The configuration file
-.Pa etc/man.conf
+.Pa etc/catman.conf
must exist within the cache directory.
This is built by
.Xr catman 8 .
.Sh SEE ALSO
-.Xr apropos 1 ,
-.Xr mandoc 1 ,
+.Xr mandoc 3 ,
.Xr catman 8 ,
.Xr mandocdb 8
.Sh AUTHORS