summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Head <chead@telus.net>2009-12-21 09:45:03 +0000
committerRoy Marples <roy@marples.name>2009-12-21 09:45:03 +0000
commit9ca65be42eda6b940100f8559db04848411818aa (patch)
tree881784151e35086253bf86d82ada64096480c3ff
parenta704b97fd2aef87d6607cfc972594b83174a04a4 (diff)
downloadopenrc-9ca65be42eda6b940100f8559db04848411818aa.tar.gz
openrc-9ca65be42eda6b940100f8559db04848411818aa.tar.bz2
openrc-9ca65be42eda6b940100f8559db04848411818aa.tar.xz
Fix comments.
-rw-r--r--doc/net.example.BSD.in6
-rw-r--r--doc/net.example.Linux.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
index fbab5d7..1e38ee3 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 e30e08b..af023e6 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.