diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2009-05-07 16:31:50 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2009-05-07 16:31:50 +0000 |
| commit | 506d3686a28e0a272d8bfb13d9847e3feaae9b4b (patch) | |
| tree | 678cccf64f6ca9aa51e953c29c7ca146ab0a4765 /share | |
| parent | ca8c3e7bbaac263db5c38b3b5c0568a8cd12c7a7 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/if_bridge.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/if_bridge.4 index b1304e30193e..7b31fa18f107 100644 --- a/share/man/man4/if_bridge.4 +++ b/share/man/man4/if_bridge.4 @@ -358,7 +358,8 @@ For the bridge to forward packets all member interfaces and the bridge need to be up. The above example would also require: .Bd -literal -offset indent -ifconfig_wlan0="up ssid my_ap mode 11g mediaopt hostap" +create_args_wlan0="wlanmode hostap" +ifconfig_wlan0="up ssid my_ap mode 11g" ifconfig_fxp0="up" .Ed .Pp |
