=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- mandoc/cgi.c 2014/07/12 23:46:44 1.68 +++ mandoc/cgi.c 2014/07/13 09:39:32 1.69 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.68 2014/07/12 23:46:44 schwarze Exp $ */ +/* $Id: cgi.c,v 1.69 2014/07/13 09:39:32 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -463,10 +463,10 @@ resp_index(const struct req *req) resp_searchform(req); printf("

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

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