Hi www@,

I found some typo's in faq/faq6.html. Below is a patch.

Explanation for the s/wpi0/iwn0/ change: The text says "In this case,
we will use a laptop with a wired bge0 and a wireless iwn0 interface.",
but in the example below it, a wpi0 card was used instead of iwn0.

Best regards,
Caspar Schutijser

Index: faq/faq6.html
===================================================================
RCS file: /cvs/www/faq/faq6.html,v
retrieving revision 1.308
diff -u -p -u -r1.308 faq6.html
--- faq/faq6.html       2 Jun 2013 21:36:41 -0000       1.308
+++ faq/faq6.html       6 Sep 2013 17:56:25 -0000
@@ -2159,14 +2159,14 @@ switching between the two resources woul
 <p>
 Using a
 <a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&amp;sektion=4";>trunk(4)</a>
-devices may simplify your life.
+device may simplify your life.
 trunk(4)s are virtual interfaces made up of one or more other network
 interfaces.
 In this case, we will use a laptop with a wired 
 <a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4";>bge0</a>
 and a wireless
 <a 
href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4";>iwn0</a>
-interfaces.
+interface.
 Using these two interfaces we will build an interface, trunk0, then
 use DHCP to get an IP address for this virtual interface.
 If we have a cable available, we want to use it, but if not we want to
@@ -2184,7 +2184,7 @@ up
 The wireless interface, however, needs a bit more configuration.
 It will need to attach to our wireless WPA-protected network:
 <pre><blockquote>
-# <b>cat /etc/hostname.wpi0</b>
+# <b>cat /etc/hostname.iwn0</b>
 nwid puffynet
 wpakey mysecretkey
 up
@@ -2194,7 +2194,7 @@ Now, our trunk interface is defined like
 <pre><blockquote>
 # <b>cat /etc/hostname.trunk0</b>
 trunkproto failover trunkport bge0
-trunkport wpi0 
+trunkport iwn0
 dhcp
 </pre></blockquote>

Reply via email to