From 1e0ad98f7f16c9159969adee466de94cbf432470 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 28 Mar 2010 10:33:38 +0530 Subject: Just fix the support URLs --- configure.ac | 2 +- docs/man5/tinyproxy.conf.txt.in | 2 +- docs/man8/tinyproxy.txt.in | 2 +- src/main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 7d326c1..a9061a5 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ m4_define([tinyproxy_stable], m4_if(m4_eval(tinyproxy_minor_version % 2), [0], [yes], [no])) AC_INIT([Tinyproxy], [tinyproxy_version], - [https://www.banu.com/bugzilla/enter_bug.cgi?product=tinyproxy], + [https://www.banu.com/tinyproxy/], [tinyproxy]) AC_CANONICAL_TARGET diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index e7ffcd1..eab3973 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -343,7 +343,7 @@ BUGS ---- To report bugs in Tinyproxy, please visit -. +. SEE ALSO diff --git a/docs/man8/tinyproxy.txt.in b/docs/man8/tinyproxy.txt.in index 24c5e30..ffadfce 100644 --- a/docs/man8/tinyproxy.txt.in +++ b/docs/man8/tinyproxy.txt.in @@ -136,7 +136,7 @@ BUGS ---- To report bugs in Tinyproxy, please visit -. +. SEE ALSO diff --git a/src/main.c b/src/main.c index 481c311..2bd2cdb 100644 --- a/src/main.c +++ b/src/main.c @@ -191,7 +191,7 @@ display_usage (void) printf ("\n" "For support and bug reporting instructions, please visit\n" - ".\n"); + ".\n"); } static int -- cgit v1.2.3