]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct documentation for squid_db_auth helper
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 17 May 2010 11:04:51 +0000 (23:04 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 17 May 2010 11:04:51 +0000 (23:04 +1200)
helpers/basic_auth/DB/Makefile.am
helpers/basic_auth/DB/squid_db_auth.in

index 39344369d3c77049d0ddf81c7e2ffaf4659d8cd0..326ff40d75df0fe622e0e9071340de88bb9e899f 100644 (file)
@@ -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
index 8e22730fffef02c20279f2f50686ab1f522e29c6..7f7cd56dd7ba7cfe52d44776231741b5440fd209 100644 (file)
@@ -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