diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-03 03:48:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-03 03:48:49 +0000 |
commit | 17b7544587044cb09de23d688148ce627487c4a8 (patch) | |
tree | 6cfd23beaa974dd4061032e21915e67abc2cdb08 | |
parent | de685fc21701359faaa3003015c377faba430dd1 (diff) |
fix typo; jmc
-rw-r--r-- | gnu/usr.bin/perl/utils/libnetcfg.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/utils/libnetcfg.PL b/gnu/usr.bin/perl/utils/libnetcfg.PL index 6f2d65f40bb..5d0e6fbbd98 100644 --- a/gnu/usr.bin/perl/utils/libnetcfg.PL +++ b/gnu/usr.bin/perl/utils/libnetcfg.PL @@ -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>. |