From: Thomas Hochstein Date: Tue, 3 Sep 2013 07:41:36 +0000 (+0200) Subject: Fix some whitespace. X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=commitdiff_plain;h=dfc2b81c37c38c2b7bcc8afeead0ec927845b90f Fix some whitespace. Signed-off-by: Thomas Hochstein --- diff --git a/bin/feedlog.pl b/bin/feedlog.pl index ef9429c..7c64cab 100755 --- a/bin/feedlog.pl +++ b/bin/feedlog.pl @@ -4,12 +4,12 @@ # # This script will log headers and other data to a database # for further analysis by parsing a feed from INN. -# +# # It is part of the NewsStats package. # # Copyright (c) 2010-2013 Thomas Hochstein # -# It can be redistributed and/or modified under the same terms under +# It can be redistributed and/or modified under the same terms under # which Perl itself is published. BEGIN { diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index f545456..92d0545 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -4,12 +4,12 @@ # # This script will gather statistical information from a database # containing headers and other information from a INN feed. -# +# # It is part of the NewsStats package. # # Copyright (c) 2010-2013 Thomas Hochstein # -# It can be redistributed and/or modified under the same terms under +# It can be redistributed and/or modified under the same terms under # which Perl itself is published. BEGIN { @@ -292,7 +292,7 @@ conjunction with B<--test> ... everything else seems a bit pointless. Set processing period to a single month in YYYY-MM format or to a time period between two month in YYYY-MM:YYYY-MM format (two month, separated -by a colon). +by a colon). =item B<-s>, B<--stats> I diff --git a/bin/groupstats.pl b/bin/groupstats.pl index f1e566b..fc13934 100755 --- a/bin/groupstats.pl +++ b/bin/groupstats.pl @@ -4,12 +4,12 @@ # # This script will get statistical data on newgroup usage # from a database. -# +# # It is part of the NewsStats package. # # Copyright (c) 2010-2013 Thomas Hochstein # -# It can be redistributed and/or modified under the same terms under +# It can be redistributed and/or modified under the same terms under # which Perl itself is published. BEGIN { @@ -347,7 +347,7 @@ Print out version and copyright information and exit. Print this man page and exit. -=item B<-m>, B<--month> I +=item B<-m>, B<--month> I Set processing period to a single month in YYYY-MM format or to a time period between two month in YYYY-MM:YYYY-MM format (two month, separated diff --git a/install/install.pl b/install/install.pl index a5860d4..1ef21fb 100755 --- a/install/install.pl +++ b/install/install.pl @@ -3,12 +3,12 @@ # install.pl # # This script will create database tables as necessary. -# +# # It is part of the NewsStats package. # # Copyright (c) 2010-2013 Thomas Hochstein # -# It can be redistributed and/or modified under the same terms under +# It can be redistributed and/or modified under the same terms under # which Perl itself is published. BEGIN { @@ -185,7 +185,7 @@ if (!$OptUpdate) { &CreateTable($Table); }; print "Database table generation done.\n"; - + # Display install instructions print $Install; } else {