From 7284ec2208ed30f3a0d6f9975f330a7ebb44b988 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 4 Dec 2011 22:52:50 +0000 Subject: 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. --- man.cgi.7 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'man.cgi.7') diff --git a/man.cgi.7 b/man.cgi.7 index 6115bde5..f5b64061 100644 --- a/man.cgi.7 +++ b/man.cgi.7 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: November 27 2011 $ +.Dd $Mdocdate: December 4 2011 $ .Dt MAN.CGI 7 .Os .Sh NAME @@ -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 -- cgit v1.2.3