On Thu, Oct 13, 2005 at 09:25:07PM -0700, Aaron J. Grier wrote:
> On Thu, Oct 13, 2005 at 05:26:28PM +0200, Rafael Garcia-Suarez wrote:
> > On the other hand POD doesn't do differently. And I don't think I hate
> > POD. I mostly love it (not all the tools that have grown around it,
> > though)
> 
> why the hell can't I "perldoc spamassassin" and have it do what I want?
> 
> perldoc Mail::SpamAssassin::Conf ? fuck that.  it's not how I invoke it.
> where's my "man 5 spamassassin" ?


No idea. Why would it be in section 5? It's a command after all.


    $ man 5 spamassassin > /dev/null 2>&1; echo $?
    16
    $ man 1 spamassassin > /dev/null 2>&1; echo $?
    0
    $ which spamassassin
    /opt/perl/bin/spamassassin


Abigail

Attachment: pgpVi1UOzePzq.pgp
Description: PGP signature

Reply via email to