diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-10 00:52:50 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-10 00:52:50 +0000 |
commit | c8699c44c174a4249e64ba5213178225a37b9ec7 (patch) | |
tree | 16a42eb0db36ceb42911db3a2397e28409ebb14a | |
parent | 0be9458ccf4011af3bd805b6e703255d721bab34 (diff) | |
download | mandoc-c8699c44c174a4249e64ba5213178225a37b9ec7.tar.gz |
Link to the new man.cgi(8) manual, now that we have it! :-)
While here, s/satisfy/match/ when talking about queries.
-rw-r--r-- | cgi.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -367,7 +367,7 @@ resp_searchform(const struct req *req) "<FIELDSET>\n" "<LEGEND>Search Parameters</LEGEND>\n" "<INPUT TYPE=\"submit\" " - " VALUE=\"Search\"> for manuals satisfying \n" + " VALUE=\"Search\"> for manuals matching \n" "<INPUT TYPE=\"text\" NAME=\"expr\" VALUE=\"", scriptname); html_print(req->q.expr ? req->q.expr : ""); @@ -414,7 +414,10 @@ resp_index(const struct req *req) "</H1>"); resp_searchform(req); puts("<P>\n" - "The <A HREF=\"search?expr=Nm~^apropos$&sec=1\">" + "This web interface is documented in the " + "<A HREF=\"search?expr=Nm~^man\\.cgi$&sec=8\">" + "man.cgi</A> manual, and the " + "<A HREF=\"search?expr=Nm~^apropos$&sec=1\">" "apropos</A> manual explains the query syntax.\n" "</P>"); resp_end_html(); |