Change 12526 by ams@ams-lustre on 2001/10/20 11:59:41
Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
From: "chromatic" <[EMAIL PROTECTED]>
Date: Fri, 19 Oct 2001 22:46:39 -0600
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/Net/Config.pm#4 edit
Differences ...
==== //depot/perl/lib/Net/Config.pm#4 (text) ====
Index: perl/lib/Net/Config.pm
--- perl/lib/Net/Config.pm.~1~ Sat Oct 20 06:15:05 2001
+++ perl/lib/Net/Config.pm Sat Oct 20 06:15:05 2001
@@ -107,8 +107,8 @@
distribuion. During installation you will be asked for these values.
The configuration data is held globally in a file in the perl installation
-tree, but a user may override any of these values by providing thier own. This
-can be done by having a C<.libnetrc> file in thier home directory. This file
+tree, but a user may override any of these values by providing their own. This
+can be done by having a C<.libnetrc> file in their home directory. This file
should return a reference to a HASH containing the keys described below.
For example
@@ -175,8 +175,8 @@
=item ftp_firewall_type
-There are many different ftp firewall products avaliable. But unfortunately there
-is not standard for how to traverse a firewall. The list below shows the
+There are many different ftp firewall products available. But unfortunately
+there is no standard for how to traverse a firewall. The list below shows the
sequence of commands that Net::FTP will use
user Username for remote host
@@ -248,14 +248,14 @@
transfer data you have to tell the server the address and port to
connect to.
-With some firewalls this does not work as te server cannot
-connect to your machine (because you are beind a firewall) and the firewall
-does not re-write te command. In this case you should set C<ftp_ext_passive>
+With some firewalls this does not work as the server cannot
+connect to your machine (because you are behind a firewall) and the firewall
+does not re-write the command. In this case you should set C<ftp_ext_passive>
to a I<true> value.
Some servers are configured to only work in passive mode. If you have
one of these you can force C<Net::FTP> to always transfer in passive
-mode, when not going via a firewall, by cetting C<ftp_int_passive> to
+mode; when not going via a firewall, by setting C<ftp_int_passive> to
a I<true> value.
=item local_netmask
@@ -273,12 +273,12 @@
=item test_hosts
-If true them C<make test> may attempt to connect to hosts given in the
+If true then C<make test> may attempt to connect to hosts given in the
configuration.
=item test_exists
-If true the C<Configure> will check each hostname given that it exists
+If true then C<Configure> will check each hostname given that it exists
=back
End of Patch.