diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-04 22:52:50 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-04 22:52:50 +0000 |
commit | 29ac73dafe481c332afcf1adc7c74cdad72433c9 (patch) | |
tree | 03391768196bba8fbd595f5df115e088730cf574 /man.cgi.7 | |
parent | d894c471306c4cb24738dcc1d17fcaaccaec3df9 (diff) | |
download | mandoc-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.7 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |