X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utils%2Flibnetcfg.PL;h=1f47c24a1773e67f4ee28e6ba255f85921c2574b;hb=3bf55fe9d8000eec3ee2afa7455b435ffc747d7d;hp=48bb598cd39cad22e4d9ab7f734baf484a5727f2;hpb=4f4a06fca90f3b0d710776403741c2d18d339dee;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utils/libnetcfg.PL b/utils/libnetcfg.PL index 48bb598..1f47c24 100644 --- a/utils/libnetcfg.PL +++ b/utils/libnetcfg.PL @@ -41,9 +41,9 @@ libnetcfg - configure libnet =head1 DESCRIPTION -The libnetcfg utility can be be used to configure the libnet. +The libnetcfg utility can be used to configure the libnet. Starting from perl 5.8 libnet is part of the standard Perl -distribution, but the libnetcfg can be be used for any libnet +distribution, but the libnetcfg can be used for any libnet installation. =head1 USAGE @@ -64,7 +64,7 @@ Without arguments libnetcfg displays the current configuration. test_exist 1 test_hosts 1 time_hosts ntp.none.such - # ./libnetcfg5.7.1 -h for help + # libnetcfg -h for help $ It tells where the old configuration file was found (if found). @@ -77,9 +77,9 @@ the C<-d> options. 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 @@ L, L 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 @@ -368,9 +368,9 @@ Without options, the old configuration is shown. 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.