diff options
author | maxim <maxim@FreeBSD.org> | 2010-08-25 08:37:18 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2010-08-25 08:37:18 +0000 |
commit | 6dc7c5e784e61b63488d1a31a3525f4719eb631a (patch) | |
tree | 3bbc3788f1f214836ce30fa36eb816d31633040d /etc/defaults | |
parent | 3bcb134559efaa5c4bb804676e4acd7ae828e830 (diff) | |
download | FreeBSD-src-6dc7c5e784e61b63488d1a31a3525f4719eb631a.zip FreeBSD-src-6dc7c5e784e61b63488d1a31a3525f4719eb631a.tar.gz |
o Correct typo.
Submitted by: Bojidara Marinchovska via -stable
MFC after: 1 week
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 238c907..427fe2d 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -216,7 +216,7 @@ ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. #ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64" # Sample IPv6 alias #ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0. #vlans_fxp0="101 vlan0" # vlan(4) interfaces for fxp0 device -#create_arg_vlan0="vlan 102" # vlan tag for vlan0 device +#create_args_vlan0="vlan 102" # vlan tag for vlan0 device #wlans_ath0="wlan0" # wlan(4) interfaces for ath0 device #wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlanddebug(8) #ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry. |