diff options
-rw-r--r-- | doc/net.example.BSD.in | 6 | ||||
-rw-r--r-- | doc/net.example.Linux.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in index fbab5d78..1e38ee3e 100644 --- a/doc/net.example.BSD.in +++ b/doc/net.example.BSD.in @@ -237,12 +237,12 @@ ################################################## # wpa_supplicant -# emerge net-wireless/wpa-supplicant +# emerge net-wireless/wpa_supplicant # Wireless options are held in /etc/wpa_supplicant/wpa_supplicant.conf -# Console the wpa_supplicant.conf.example that is installed in +# Consult the wpa_supplicant.conf.example that is installed in # /usr/share/doc/wpa_supplicant -# By default we don't wait for wpa_suppliant to associate and authenticate. +# By default we don't wait for wpa_supplicant to associate and authenticate. # If you would like to, so can specify how long in seconds #associate_timeout_eth0=60 # A value of 0 means wait forever. diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index e30e08b8..af023e66 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -336,16 +336,16 @@ ############################################################ # wpa_supplicant -# emerge net-wireless/wpa-supplicant +# emerge net-wireless/wpa_supplicant # Wireless options are held in /etc/wpa_supplicant/wpa_supplicant.conf -# Console the wpa_supplicant.conf.example that is installed in +# Consult the wpa_supplicant.conf.example that is installed in # /usr/share/doc/wpa_supplicant # To configure wpa_supplicant #wpa_supplicant_ath0="-Dmadwifi" # For Atheros based cards # Consult wpa_supplicant for more drivers - the default is -Dwext which should # work for most cards. -# By default we don't wait for wpa_suppliant to associate and authenticate. +# By default we don't wait for wpa_supplicant to associate and authenticate. # If you need to change this behaviour then you don't know how our scripts work # and setting this value could cause strange things to happen. # If you would like to, so can specify how long in seconds. |