perlfaq9: Add links to man pages
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 15:53:51 +0000 (09:53 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:04 +0000 (11:15 -0600)
pod/perlfaq9.pod

index d00d918..c6fd929 100644 (file)
@@ -580,7 +580,7 @@ C<MIME::Lite> also includes a method for sending these things.
 
        $msg->send;
 
-This defaults to using L<sendmail> but can be customized to use
+This defaults to using L<sendmail(1)> but can be customized to use
 SMTP via L<Net::SMTP>.
 
 =head2 How do I read mail?