From: Amos Jeffries Date: Mon, 17 May 2010 11:04:51 +0000 (+1200) Subject: Correct documentation for squid_db_auth helper X-Git-Tag: SQUID_3_1_4~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1715661ca99d3a65dc164d9ec420cf0a27972c0f;p=thirdparty%2Fsquid.git Correct documentation for squid_db_auth helper --- diff --git a/helpers/basic_auth/DB/Makefile.am b/helpers/basic_auth/DB/Makefile.am index 39344369d3..326ff40d75 100644 --- a/helpers/basic_auth/DB/Makefile.am +++ b/helpers/basic_auth/DB/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = passwd.sql \ config.test squid_db_auth.8: squid_db_auth - pod2man squid_db_auth squid_db_auth.8 + pod2man -s 8 squid_db_auth squid_db_auth.8 squid_db_auth: squid_db_auth.in $(do_subst) < $(srcdir)/squid_db_auth.in >squid_db_auth diff --git a/helpers/basic_auth/DB/squid_db_auth.in b/helpers/basic_auth/DB/squid_db_auth.in index 8e22730fff..7f7cd56dd7 100644 --- a/helpers/basic_auth/DB/squid_db_auth.in +++ b/helpers/basic_auth/DB/squid_db_auth.in @@ -9,7 +9,7 @@ $|=1; =head1 NAME -db_auth.pl - Database auth helper for Squid +squid_db_auth - Database auth helper for Squid =cut @@ -27,7 +27,7 @@ my $persist = 0; =head1 SYNOPSIS -db_auth.pl [options] +squid_db_auth [options] =head1 DESCRIPTOIN