From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s6A0qoD0004118 for ; Wed, 9 Jul 2014 20:52:50 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s6A0qoGA030543; Wed, 9 Jul 2014 20:52:50 -0400 (EDT) Date: Wed, 9 Jul 2014 20:52:50 -0400 (EDT) Message-Id: <201407100052.s6A0qoGA030543@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Link to the new man.cgi(8) manual, now that we have it! :-) X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Link to the new man.cgi(8) manual, now that we have it! :-) While here, s/satisfy/match/ when talking about queries. Modified Files: -------------- mdocml: cgi.c Revision Data ------------- Index: cgi.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/cgi.c,v retrieving revision 1.60 retrieving revision 1.61 diff -Lcgi.c -Lcgi.c -u -p -r1.60 -r1.61 --- cgi.c +++ 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(); -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv