Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 16:31:50 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191889 - head/share/man/man4
Message-ID:  <200905071631.n47GVoQ8061407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905071631.n47GVoQ8061407>