Issue #2330 has been reported by Johannes Hofmann. ---------------------------------------- Submit #2330: rc.conf.5 misleading wlan example http://bugs.dragonflybsd.org/issues/2330
Author: Johannes Hofmann Status: New Priority: Normal Assignee: Category: Target version: The example for configuring wlan devices via rc.conf should be updated as follows: diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 9a5072f..aa483ae 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -675,7 +675,8 @@ For instance, to initialize the device via DHCP, using WPA authentication and 802.11b mode, it is possible to use something like: .Bd -literal -ifconfig_wi0="up DHCP WPA mode 11b" +wlans_wi0="wlan0" +ifconfig_wlan0="up DHCP WPA mode 11b" .Ed .Pp .\" -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
