From c8699c44c174a4249e64ba5213178225a37b9ec7 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cgi.c b/cgi.c index e4b56c07..a24b3af5 100644 --- a/cgi.c +++ b/cgi.c @@ -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