summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-18 00:10:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-18 00:10:44 +0000
commit8305e449a259649641f455b333f66bc0de7f3b62 (patch)
tree9df8d155049543c47d062096b9b045e573efe0ab /pod/perlfaq9.pod
parent91487cfc840e1faf4dbb6a4f7eb906993cbed22f (diff)
downloadperl-8305e449a259649641f455b333f66bc0de7f3b62.tar.gz
FAQ sync.
p4raw-id: //depot/perl@12486
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index 3bf862f3eb..f7b81d5e5a 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq9 - Networking ($Revision: 1.2 $, $Date: 2001/09/28 06:40:07 $)
+perlfaq9 - Networking ($Revision: 1.3 $, $Date: 2001/10/16 13:27:22 $)
=head1 DESCRIPTION
@@ -487,7 +487,7 @@ Or you might be able use the CPAN module Mail::Mailer:
The Mail::Internet module uses Net::SMTP which is less Unix-centric than
Mail::Mailer, but less reliable. Avoid raw SMTP commands. There
are many reasons to use a mail transport agent like sendmail. These
-include queueing, MX records, and security.
+include queuing, MX records, and security.
=head2 How do I use MIME to make an attachment to a mail message?