[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/cgi.c between version 1.68 and 1.69

version 1.68, 2014/07/12 23:46:44 version 1.69, 2014/07/13 09:39:32
Line 463  resp_index(const struct req *req)
Line 463  resp_index(const struct req *req)
         resp_searchform(req);          resp_searchform(req);
         printf("<P>\n"          printf("<P>\n"
                "This web interface is documented in the "                 "This web interface is documented in the "
                "<A HREF=\"%s?query=man.cgi&amp;sec=8\">"                 "<A HREF=\"%s/mandoc/man8/man.cgi.8\">man.cgi</A> "
                "man.cgi</A> manual, and the "                 "manual, and the "
                "<A HREF=\"%s?query=apropos&amp;sec=1\">"                 "<A HREF=\"%s/mandoc/man1/apropos.1\">apropos</A> "
                "apropos</A> manual explains the query syntax.\n"                 "manual explains the query syntax.\n"
                "</P>\n",                 "</P>\n",
                scriptname, scriptname);                 scriptname, scriptname);
         resp_end_html();          resp_end_html();

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb