summaryrefslogtreecommitdiff
path: root/doc/net.example.BSD.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-01-17 04:49:07 -0500
committerMike Frysinger <vapier@gentoo.org>2011-01-17 04:49:12 -0500
commitfaa2df11597cf496205d3d629e3b3147b569afc8 (patch)
tree6e1db42c42365087686f48dbe9c39515de03f4ab /doc/net.example.BSD.in
parent711713d6642eff155bfede8a2dd213824016b76c (diff)
downloadopenrc-faa2df11597cf496205d3d629e3b3147b569afc8.tar.gz
openrc-faa2df11597cf496205d3d629e3b3147b569afc8.tar.bz2
openrc-faa2df11597cf496205d3d629e3b3147b569afc8.tar.xz
more whitespace cleanup
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'doc/net.example.BSD.in')
-rw-r--r--doc/net.example.BSD.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
index 977011e..287c644 100644
--- a/doc/net.example.BSD.in
+++ b/doc/net.example.BSD.in
@@ -23,7 +23,7 @@
# We now support modular networking scripts which means we can easily
# add support for new interface types and modules while keeping
# compatibility with existing ones.
-#
+#
# Modules load by default if the package they need is installed. If
# you specify a module here that doesn't have its package installed
# then you get an error stating which package you need to install.
@@ -212,7 +212,7 @@
# not find them in a scan
# "forcepreferredonly" means it forcibly connects to the APs in order and
# does not bother to scan
-# "forceany" does the same as forcepreferred + connects to any other
+# "forceany" does the same as forcepreferred + connects to any other
# available AP
# Default is "any"
#associate_order="any"
@@ -266,13 +266,13 @@
# won't have associated then)
# If you're using anything else to configure wireless on your interface AND
-# you have installed wpa_supplicant, you need to disable wpa_supplicant
+# you have installed wpa_supplicant, you need to disable wpa_supplicant
#modules="!iwconfig !wpa_supplicant"
#or
#modules="!wireless"
##############################################################################
-# WIRELESS SSID IN VARIABLES
+# WIRELESS SSID IN VARIABLES
##############################################################################
# Remember to change SSID to your SSID.
# Say that your SSID is My NET - the line
@@ -368,7 +368,7 @@
##############################################################################
# ADVANCED CONFIGURATION
-#
+#
# Four functions can be defined which will be called surrounding the
# start/stop operations. The functions are called with the interface
# name first so that one function can control multiple adapters. An extra two