From fa1118391546bb5404249b79fd20ebc72f5e4bab Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 10 Jul 2014 00:52:50 +0000 Subject: Link to the new man.cgi(8) manual, now that we have it! :-) While here, s/satisfy/match/ when talking about queries. --- cgi.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index e20ad201..284e4883 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.60 2014/07/09 17:03:07 schwarze Exp $ */ +/* $Id: cgi.c,v 1.61 2014/07/10 00:52:50 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -367,7 +367,7 @@ resp_searchform(const struct req *req) "
\n" "Search Parameters\n" " for manuals satisfying \n" + " VALUE=\"Search\"> for manuals matching \n" "q.expr ? req->q.expr : ""); @@ -414,7 +414,10 @@ resp_index(const struct req *req) ""); resp_searchform(req); puts("

\n" - "The " + "This web interface is documented in the " + "" + "man.cgi manual, and the " + "" "apropos manual explains the query syntax.\n" "

"); resp_end_html(); -- cgit v1.2.3