From 92c7c7720fb78f534c1d358932f4a30af0b7131a Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 10 Jul 2014 00:31:10 +0000 Subject: Full rewrite of the man.cgi(8) manual. Almost everything in the old man.cgi(7) was outdated in one way or another - catman, catman.conf, CACHE_DIR, /cache, manroots, replacing '/' with spaces, /tmp... Instead, document the HTML and URI interfaces, the output and the setup, and complete the listings of ENVIRONMENT variables and FILES. Using section 8 instead of section 7 because that's the usual place for CGI programs, see for example bgplg(8) and slowcgi(8). --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 589a3256..5744b1bf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.421 2014/07/09 07:30:47 schwarze Exp $ +# $Id: Makefile,v 1.422 2014/07/10 00:31:10 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014 Ingo Schwarze @@ -134,7 +134,7 @@ SRCS = LICENSE \ makewhatis.8 \ man.7 \ man.c \ - man.cgi.7 \ + man.cgi.8 \ man-cgi.css \ man.h \ man_hash.c \ @@ -317,12 +317,12 @@ WWW_MANS = apropos.1.html \ mandoc.db.5.html \ eqn.7.html \ man.7.html \ - man.cgi.7.html \ mandoc_char.7.html \ mdoc.7.html \ roff.7.html \ tbl.7.html \ makewhatis.8.html \ + man.cgi.8.html \ man.h.html \ mandoc.h.html \ mandoc_aux.h.html \ -- cgit v1.2.3-56-ge451