=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/cgi.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/mandoc/cgi.c 2014/07/12 23:40:44 1.8 --- src/usr.bin/mandoc/cgi.c 2014/07/13 09:58:52 1.9 *************** *** 1,4 **** ! /* $Id: cgi.c,v 1.8 2014/07/12 23:40:44 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: cgi.c,v 1.9 2014/07/13 09:58:52 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze *************** *** 459,468 **** 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(); --- 459,468 ---- 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();