From 76c11ac76bacd43c9f5088017ce45c83f50520b6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 13 Jul 2014 09:39:32 +0000 Subject: Install the manuals of the web interface below the same directory as manpath.conf, such that we do not need to mix our own documentation into the documentation we are serving, which may not even be possible if the latter is updated automatically. Based on an idea by beck@. --- cgi.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cgi.c') diff --git a/cgi.c b/cgi.c index b6859b3d..54ac9145 100644 --- a/cgi.c +++ b/cgi.c @@ -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(); -- cgit v1.2.3