On Sun, Mar 15, 2009 at 10:00:02AM -0600, Nick Holland wrote:
> CVSROOT:      /cvs
> Module name:  www
> Changes by:   n...@cvs.openbsd.org    2009/03/15 10:00:01
> 
> Modified files:
>       faq            : upgrade45.html 
> 
> Log message:
> merge in stuff from current.html.
> 

This commit made me notice that current.html is not up to date wrt
the latest ifconfig change:

Index: current.html
===================================================================
RCS file: /cvs/www/faq/current.html,v
retrieving revision 1.137
diff -p -u -r1.137 current.html
--- current.html        18 Feb 2009 03:38:59 -0000      1.137
+++ current.html        15 Mar 2009 17:41:51 -0000
@@ -43,6 +43,7 @@
 <li><a href="#20081116">2008/11/16 - mixerctl(1) name changes</a>
 <li><a href="#20081126">2008/11/26 - btd needs user and group</a>
 <li><a href="#20090204">2009/02/04 - Perl updated to 5.10.0</a>
+<li><a href="#20090215">2009/02/15 - ifconfig(8) syntax change</a>
 <li><a href="#20090218">2009/02/18 - pfsync(4) version number incremented</a>
 <!-- New additions go on the bottom, please -->
 </ul>
@@ -233,6 +234,16 @@ As <i>root</i>, add both the new user an
 Another module moved to base, please remove it.
 <pre>
     # pkg_delete p5-Module-Loaded
+</pre>
+
+<p>
+<a name="20090215"></a>
+<h3>2009/02/15 - ifconfig(8) syntax change</h3>
+The <a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8";>ifconfig(8)</a>
+option for scanning wireless networks has changed.
+You should now use:
+<pre>
+    <b>ifconfig &lt;interface&gt; scan</b>
 </pre>
 
 <p>
Index: upgrade45.html
===================================================================
RCS file: /cvs/www/faq/upgrade45.html,v
retrieving revision 1.4
diff -p -u -r1.4 upgrade45.html
--- upgrade45.html      15 Mar 2009 16:00:01 -0000      1.4
+++ upgrade45.html      15 Mar 2009 17:41:51 -0000
@@ -120,7 +120,7 @@ package updates <a href="#Pkgup">below</
 options have changed.</b><br>
 To scan for wireless networks, you should now use:
 <blockquote><pre>
-ifconfig <i>interface</i> chan
+ifconfig <i>interface</i> scan
 </pre></blockquote>
 
 To list supported media types, you should now use:

Reply via email to