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

Diff for /mandoc/cgi.c between version 1.63 and 1.64

version 1.63, 2014/07/11 22:27:35 version 1.64, 2014/07/12 01:55:30
Line 415  resp_index(const struct req *req)
Line 415  resp_index(const struct req *req)
              "<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n"               "<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n"
              "</H1>");               "</H1>");
         resp_searchform(req);          resp_searchform(req);
         puts("<P>\n"          printf("<P>\n"
              "This web interface is documented in the "                 "This web interface is documented in the "
              "<A HREF=\"search?expr=Nm~^man\\.cgi$&amp;sec=8\">"                 "<A HREF=\"%s/search?expr=Nm~^man\\.cgi$&amp;sec=8\">"
              "man.cgi</A> manual, and the "                 "man.cgi</A> manual, and the "
              "<A HREF=\"search?expr=Nm~^apropos$&amp;sec=1\">"                 "<A HREF=\"%s/search?expr=Nm~^apropos$&amp;sec=1\">"
              "apropos</A> manual explains the query syntax.\n"                 "apropos</A> manual explains the query syntax.\n"
              "</P>");                 "</P>\n",
                  scriptname, scriptname);
         resp_end_html();          resp_end_html();
 }  }
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb