You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ms...@apache.org on 2004/08/04 21:37:18 UTC

svn commit: rev 35695 - in spamassassin/trunk: . lib/Mail spamc spamd

Author: mss
Date: Wed Aug  4 12:37:17 2004
New Revision: 35695

Modified:
   spamassassin/trunk/lib/Mail/SpamAssassin.pm
   spamassassin/trunk/sa-learn.raw
   spamassassin/trunk/spamassassin.raw
   spamassassin/trunk/spamc/spamc.pod
   spamassassin/trunk/spamd/spamd.raw
Log:
Some further man page tweaking.


Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm	Wed Aug  4 12:37:17 2004
@@ -1805,21 +1805,21 @@
 
 =head1 MORE DOCUMENTATION
 
-See also http://spamassassin.org/ for more information.
+See also E<lt>http://spamassassin.org/E<gt> for more information.
 
 =head1 SEE ALSO
 
-C<Mail::SpamAssassin::Conf>
-C<Mail::SpamAssassin::PerMsgStatus>
-C<spamassassin>
+Mail::SpamAssassin::Conf(3)
+Mail::SpamAssassin::PerMsgStatus(3)
+spamassassin(1)
 
 =head1 BUGS
 
-http://bugzilla.spamassassin.org/
+See E<lt>http://bugzilla.spamassassin.org/E<gt>
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Justin Mason E<lt>jm /at/ jmason.orgE<gt>
+The SpamAssassin(tm) Project E<lt>http://spamassassin.apache.org/E<gt>
 
 =head1 COPYRIGHT
 
@@ -1834,6 +1834,3 @@
   http://spamassassin.org/
 
 =cut
-
-
-

Modified: spamassassin/trunk/sa-learn.raw
==============================================================================
--- spamassassin/trunk/sa-learn.raw	(original)
+++ spamassassin/trunk/sa-learn.raw	Wed Aug  4 12:37:17 2004
@@ -1,5 +1,4 @@
 #!/usr/bin/perl -w -T
-
 # <@LICENSE>
 # Copyright 2004 Apache Software Foundation
 # 
@@ -1081,28 +1080,29 @@
 Install this as a normal Perl module, using C<perl -MCPAN -e shell>,
 or by hand.
 
-=head1 ENVIRONMENT
-
-No environment variables, aside from those used by perl, are required to
-be set.
-
 =head1 SEE ALSO
 
-Mail::SpamAssassin(3)
 spamassassin(1)
+spamc(1)
+Mail::SpamAssassin(3)
+
+E<lt>http://www.paulgraham.com/E<gt>
+Paul Graham's "A Plan For Spam" paper
+
+E<lt>http://radio.weblogs.com/0101454/stories/2002/09/16/spamDetection.htmlE<gt>
+Gary Robinson's f(x) and combining algorithms, as used in SpamAssassin
 
-http://www.paulgraham.com/ , Paul Graham's "A Plan For Spam" paper
+E<lt>http://www.bgl.nu/~glouis/bogofilter/E<gt>
+'Training on error' page.  A discussion of various Bayes training regimes,
+including 'train on error' and unsupervised training.
 
-http://radio.weblogs.com/0101454/stories/2002/09/16/spamDetection.html , Gary
-Robinson's f(x) and combining algorithms, as used in SpamAssassin
+=head1 PREREQUISITES
 
-http://www.bgl.nu/~glouis/bogofilter/ , 'Training on error' page.  A discussion
-of various Bayes training regimes, including 'train on error' and unsupervised
-training
+C<Mail::SpamAssassin>
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Justin Mason E<lt>jm /at/ jmason.orgE<gt>
+The SpamAssassin(tm) Project E<lt>http://spamassassin.apache.org/E<gt>
 
 =cut
 

Modified: spamassassin/trunk/spamassassin.raw
==============================================================================
--- spamassassin/trunk/spamassassin.raw	(original)
+++ spamassassin/trunk/spamassassin.raw	Wed Aug  4 12:37:17 2004
@@ -812,25 +812,25 @@
 For further details on how to install, please read the C<INSTALL> file
 from the SpamAssassin distribution.
 
-=head1 ENVIRONMENT
-
-No environment variables, aside from those used by perl, are required to
-be set.
-
 =head1 SEE ALSO
 
 sa-learn(1)
-Mail::SpamAssassin(3)
+spamd(1)
+spamc(1)
 Mail::SpamAssassin::Conf(3)
-Razor(3)
+Mail::SpamAssassin(3)
+
+=head1 PREREQUISITES
+
+C<Mail::SpamAssassin>
 
 =head1 BUGS
 
-http://bugzilla.spamassassin.org/
+See <http://bugzilla.spamassassin.org/>
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Justin Mason E<lt>jm /at/ jmason.orgE<gt>
+The SpamAssassin(tm) Project <http://spamassassin.apache.org/>
 
 =cut
 

Modified: spamassassin/trunk/spamc/spamc.pod
==============================================================================
--- spamassassin/trunk/spamc/spamc.pod	(original)
+++ spamassassin/trunk/spamc/spamc.pod	Wed Aug  4 12:37:17 2004
@@ -197,5 +197,8 @@
 
 C<Mail::SpamAssassin>
 
-=cut
+=head1 AUTHORS
+
+The SpamAssassin(tm) Project <http://spamassassin.apache.org/>
 
+=cut

Modified: spamassassin/trunk/spamd/spamd.raw
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw	(original)
+++ spamassassin/trunk/spamd/spamd.raw	Wed Aug  4 12:37:17 2004
@@ -2238,21 +2238,25 @@
 
 =back
 
-=head1 BUGS
-
-The C<-m> switch may trigger signal-handling bugs in many versions
-of Perl.
-
 =head1 SEE ALSO
 
 spamc(1)
 spamassassin(1)
-Mail::SpamAssassin(3)
 Mail::SpamAssassin::Conf(3)
+Mail::SpamAssassin(3)
 
 =head1 PREREQUISITES
 
 C<Mail::SpamAssassin>
+
+=head1 BUGS
+
+The C<-m> switch may trigger signal-handling bugs in many versions
+of Perl.
+
+=head1 AUTHORS
+
+The SpamAssassin(tm) Project <http://spamassassin.apache.org/>
 
 =cut