summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-08-30 18:53:04 +0000
committerOlivier Blin <oblin@mandriva.org>2005-08-30 18:53:04 +0000
commit3f9c883b7204a2918581febb50e505cc899c39ec (patch)
treef38a6ba1485149845e576f5b36e7ea9e20e5c65a /perl-install/network
parentaddb86613e2bc5b916e643299465e1f49e3e86ac (diff)
downloaddrakx-backup-do-not-use-3f9c883b7204a2918581febb50e505cc899c39ec.tar
drakx-backup-do-not-use-3f9c883b7204a2918581febb50e505cc899c39ec.tar.gz
drakx-backup-do-not-use-3f9c883b7204a2918581febb50e505cc899c39ec.tar.bz2
drakx-backup-do-not-use-3f9c883b7204a2918581febb50e505cc899c39ec.tar.xz
drakx-backup-do-not-use-3f9c883b7204a2918581febb50e505cc899c39ec.zip
use lower case 'i' in iwconfig/iwpriv/iwspy (#18031)
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 3c4ac84d9..19db78127 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1030,7 +1030,7 @@ packet size disable the scheme. You may also set this parameter to auto, fixed
or off.")
},
{ label => N("Fragmentation"), val => \$ethntf->{WIRELESS_FRAG}, advanced => 1 },
- { label => N("Iwconfig command extra arguments"), val => \$ethntf->{WIRELESS_IWCONFIG}, advanced => 1,
+ { label => N("iwconfig command extra arguments"), val => \$ethntf->{WIRELESS_IWCONFIG}, advanced => 1,
help => N("Here, one can configure some extra wireless parameters such as:
ap, channel, commit, enc, power, retry, sens, txpower (nick is already set as the hostname).
@@ -1038,8 +1038,8 @@ See iwconfig(8) man page for further information."),
},
{ label =>
#-PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
- N("Iwspy command extra arguments"), val => \$ethntf->{WIRELESS_IWSPY}, advanced => 1,
- help => N("Iwspy is used to set a list of addresses in a wireless network
+ N("iwspy command extra arguments"), val => \$ethntf->{WIRELESS_IWSPY}, advanced => 1,
+ help => N("iwspy is used to set a list of addresses in a wireless network
interface and to read back quality of link information for each of those.
This information is the same as the one available in /proc/net/wireless :
@@ -1048,11 +1048,11 @@ quality of the link, signal strength and noise level.
See iwpspy(8) man page for further information."),
},
if_(!$need_rt2x00_iwpriv,
- { label => N("Iwpriv command extra arguments"), val => \$ethntf->{WIRELESS_IWPRIV}, advanced => 1,
- help => N("Iwpriv enable to set up optionals (private) parameters of a wireless network
+ { label => N("iwpriv command extra arguments"), val => \$ethntf->{WIRELESS_IWPRIV}, advanced => 1,
+ help => N("iwpriv enable to set up optionals (private) parameters of a wireless network
interface.
-Iwpriv deals with parameters and setting specific to each driver (as opposed to
+iwpriv deals with parameters and setting specific to each driver (as opposed to
iwconfig which deals with generic ones).
In theory, the documentation of each device driver should indicate how to use