Skip to content

Commit

Permalink
Use L<> for links
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-m-hay committed Dec 15, 2017
1 parent 99dd2b8 commit ee91426
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions lib/Net/FTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2008,17 +2008,17 @@ L<Net::Cmd>,
L<IO::Socket::SSL>
ftp(1), ftpd(8), RFC 959, RFC 2428, RFC 4217
http://www.ietf.org/rfc/rfc959.txt
http://www.ietf.org/rfc/rfc2428.txt
http://www.ietf.org/rfc/rfc4217.txt
L<http://www.ietf.org/rfc/rfc959.txt>,
L<http://www.ietf.org/rfc/rfc2428.txt>,
L<http://www.ietf.org/rfc/rfc4217.txt>
=head1 USE EXAMPLES
For an example of the use of Net::FTP see
=over 4
=item http://www.csh.rit.edu/~adam/Progs/
=item L<http://www.csh.rit.edu/~adam/Progs/>
C<autoftp> is a program that can retrieve, send, or list files via
the FTP protocol in a non-interactive manner.
Expand Down
5 changes: 3 additions & 2 deletions lib/Net/SMTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,9 @@ that a DSN not be returned to the sender under any conditions."
$smtp->recipient(@recipients, { Notify => ['NEVER'], SkipBad => 1 }); # Good
You may use any combination of these three values 'SUCCESS','FAILURE','DELAY' in
the anonymous array reference as defined by RFC3461 (see http://www.ietf.org/rfc/rfc3461.txt
for more information. Note: quotations in this topic from same.).
the anonymous array reference as defined by RFC3461 (see
L<http://www.ietf.org/rfc/rfc3461.txt> for more information. Note: quotations
in this topic from same.).
A Notify parameter of 'SUCCESS' or 'FAILURE' "requests that a DSN be issued on
successful delivery or delivery failure, respectively."
Expand Down
6 changes: 3 additions & 3 deletions lib/Net/libnetFAQ.pod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ libnetFAQ - libnet Frequently Asked Questions
This document is distributed with the libnet distribution, and is also
available on the libnet web page at

http://search.cpan.org/dist/libnet/
L<http://search.cpan.org/dist/libnet/>

=head2 How to contribute to this document

You may report corrections, additions, and suggestions on the
CPAN Request Tracker at

http://rt.cpan.org/Public/Bug/Report.html?Queue=libnet
L<http://rt.cpan.org/Public/Bug/Report.html?Queue=libnet>

=head1 Author and Copyright Information

Expand Down Expand Up @@ -70,7 +70,7 @@ on any machine that perl runs on.
The latest libnet release is always on CPAN, you will find it
in

http://search.cpan.org/dist/libnet/
L<http://search.cpan.org/dist/libnet/>

=head1 Using Net::FTP

Expand Down

0 comments on commit ee91426

Please sign in to comment.