summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 09:53:51 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:04 -0600
commit6c521d880a135f4bd70338292f7363b4bae88dbf (patch)
tree2af585c64d911d538e8bed209ab42dd8320f1305 /pod/perlfaq9.pod
parentd39ff17b752685c7cac671e9b3c573dd274db806 (diff)
downloadperl-6c521d880a135f4bd70338292f7363b4bae88dbf.tar.gz
perlfaq9: Add links to man pages
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index d00d918deb..c6fd929889 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -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?