From 7f053670c0aaead190b178ec3175976d63b8f945 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 28 Mar 2010 10:29:56 +0530 Subject: [PATCH] Just fix the support URLs These should always point to the top-level Tinyproxy homepage. --- 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 9c490c1..76d04a6 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 8ef3544..19ccd54 100644 --- a/src/main.c +++ b/src/main.c @@ -172,7 +172,7 @@ display_usage (void) printf ("\n" "For bug reporting instructions, please see:\n" - ".\n"); + ".\n"); } static int