summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-05-03 07:06:48 +0000
committerbrooks <brooks@FreeBSD.org>2008-05-03 07:06:48 +0000
commit8536838656dfe844eaf09d084b30ffc854b652f5 (patch)
tree491c90a53c54b85b5ead33c00b3abb41ade8a8d9
parent8df0573595049e402dfebc6a413a2dff7dcbdc4c (diff)
downloadFreeBSD-src-8536838656dfe844eaf09d084b30ffc854b652f5.zip
FreeBSD-src-8536838656dfe844eaf09d084b30ffc854b652f5.tar.gz
Replace a couple mentions of the soon to be removed vaps_<ifn>
variable form with wlans_<ifn>.
-rw-r--r--etc/defaults/rc.conf2
-rw-r--r--share/man/man4/wlan.42
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 9646ec7..bd8ebb5 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -184,7 +184,7 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry.
#ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0.
-#vaps_ath0="wlan0" # VAP interfaces for ath0 device
+#wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device
#ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry.
#
#autobridge_interfaces="bridge0" # List of bridges to check
diff --git a/share/man/man4/wlan.4 b/share/man/man4/wlan.4
index 6bfad82..4235b84 100644
--- a/share/man/man4/wlan.4
+++ b/share/man/man4/wlan.4
@@ -65,7 +65,7 @@ This is done with the
.Xr ifconfig 8
.Cm create
command or using the
-.Va vaps_IFX
+.Va wlans_IFX
variable in
.Xr rc.conf 5 .
Some drivers support the creation of multiple
OpenPOWER on IntegriCloud