[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/cgi.c between version 1.3 and 1.4

version 1.3, 2014/07/11 22:16:11 version 1.4, 2014/07/12 01:52:57
Line 411 
Line 411 
              "<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.3  
changed lines
  Added in v.1.4