svn commit: r191889 - head/share/man/man4

Ed Maste emaste at FreeBSD.org
Thu May 7 16:31:51 UTC 2009


Author: emaste
Date: Thu May  7 16:31:50 2009
New Revision: 191889
URL: http://svn.freebsd.org/changeset/base/191889

Log:
  Update example with feedback from thompsa at .

Modified:
  head/share/man/man4/if_bridge.4

Modified: head/share/man/man4/if_bridge.4
==============================================================================
--- head/share/man/man4/if_bridge.4	Thu May  7 16:31:38 2009	(r191888)
+++ head/share/man/man4/if_bridge.4	Thu May  7 16:31:50 2009	(r191889)
@@ -358,7 +358,8 @@ For the bridge to forward packets all me
 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


More information about the svn-src-head mailing list