summaryrefslogtreecommitdiffstats
path: root/catman.8
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 /catman.8
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 'catman.8')
-rw-r--r--catman.84
1 files changed, 3 insertions, 1 deletions
diff --git a/catman.8 b/catman.8
index 1be5659e..c211ce77 100644
--- a/catman.8
+++ b/catman.8
@@ -29,7 +29,8 @@
.Sh DESCRIPTION
The
.Nm
-utility updates cached manpages for a jailed man.cgi.
+utility updates cached manpages for a jailed
+.Xr man.cgi 7 .
Its arguments are as follows:
.Bl -tag -width Ds
.It Fl f
@@ -73,6 +74,7 @@ is specified, all files are updated.
.Ex -std
.Sh SEE ALSO
.Xr mandoc 1 ,
+.Xr man.cgi 7 ,
.Xr mandocdb 8
.Sh AUTHORS
The