summaryrefslogtreecommitdiffstats
path: root/man.cgi.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-07 13:00:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-07 13:00:40 +0000
commit599529fe8cec0ee754a5030abaa9a8d842f90977 (patch)
treea735bac1e2e1d951ed5e9ace2c80b6a42a7ea33a /man.cgi.7
parentd17728ddc426a13a4ffda7bbfd0d0ac6b3881502 (diff)
downloadmandoc-599529fe8cec0ee754a5030abaa9a8d842f90977.tar.gz
Have a whatis/apropos mode, with the default (hitting enter within the
expression text) be whatis. This is a much nicer default than apropos, which can be scary. While here, fix the cat.css location (erroneously put in the response page instead of the catman page) and add bits for a default style-sheet.
Diffstat (limited to 'man.cgi.7')
-rw-r--r--man.cgi.721
1 files changed, 16 insertions, 5 deletions
diff --git a/man.cgi.7 b/man.cgi.7
index 630c7422..4bca3317 100644
--- a/man.cgi.7
+++ b/man.cgi.7
@@ -39,11 +39,22 @@ The absolute path of the
cache directory.
.El
.Sh FILES
-The configuration file
-.Pa etc/catman.conf
-must exist within the cache directory.
-This is built by
-.Xr catman 8 .
+.Bl -tag -width Ds
+.It Pa etc/catman.conf
+Built by
+.Xr catman 8
+and must exist under the configuration directory root.
+.It Pa man.css
+Must be visible in the server document root, used for styling source
+manual page output.
+.It Pa catman.css
+Must be visible in the server document root, used for styling
+pre-formatted manual page output.
+.It Pa man.cgi.css
+Must be visible in the server document root, used for general styling of
+.Nm
+search and error pages.
+.El
.Sh SEE ALSO
.Xr mandoc 3 ,
.Xr catman 8 ,