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 /catman.8 | |
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 'catman.8')
-rw-r--r-- | catman.8 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |