Change 18510 by jhi@lyta on 2003/01/17 19:53:37
Typo fixes from [EMAIL PROTECTED] (from openbsd.bugs)
Affected files ...
... //depot/perl/utils/libnetcfg.PL#6 edit
Differences ...
==== //depot/perl/utils/libnetcfg.PL#6 (text) ====
Index: perl/utils/libnetcfg.PL
--- perl/utils/libnetcfg.PL#5~12954~ Mon Nov 12 06:50:44 2001
+++ perl/utils/libnetcfg.PL Fri Jan 17 11:53:37 2003
@@ -77,9 +77,9 @@
The default name of the old configuration file is by default
"libnet.cfg", unless otherwise specified using the -i option,
C<-i oldfile>, and it is searched first from the current directory,
-and the from your module path.
+and then from your module path.
-The default name of new configuration file is "libnet.cfg", and by
+The default name of the new configuration file is "libnet.cfg", and by
default it is written to the current directory, unless otherwise
specified using the -o option, C<-o newfile>.
@@ -91,7 +91,7 @@
Graham Barr, the original Configure script of libnet.
-Jarkko Hietaniemi, conversion into libnet cfg for inclusion into Perl 5.8.
+Jarkko Hietaniemi, conversion into libnetcfg for inclusion into Perl 5.8.
=cut
End of Patch.