=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/cgi.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/mandoc/cgi.c 2014/07/11 22:16:11 1.3 --- src/usr.bin/mandoc/cgi.c 2014/07/12 01:52:57 1.4 *************** *** 1,4 **** ! /* $Id: cgi.c,v 1.3 2014/07/11 22:16:11 tedu Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: cgi.c,v 1.4 2014/07/12 01:52:57 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze *************** *** 411,423 **** "mandoc\n" ""); resp_searchform(req); ! puts("

\n" ! "This web interface is documented in the " ! "" ! "man.cgi manual, and the " ! "" ! "apropos manual explains the query syntax.\n" ! "

"); resp_end_html(); } --- 411,424 ---- "mandoc\n" ""); resp_searchform(req); ! printf("

\n" ! "This web interface is documented in the " ! "" ! "man.cgi manual, and the " ! "" ! "apropos manual explains the query syntax.\n" ! "

\n", ! scriptname, scriptname); resp_end_html(); }