couple of small fixes
Maurice Janssen <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Index: faq11.html
===================================================================
RCS file: /cvs/www/faq/faq11.html,v
retrieving revision 1.84
diff -u -r1.84 faq11.html
--- faq11.html 19 May 2010 12:41:02 -0000 1.84
+++ faq11.html 23 May 2010 17:09:47 -0000
@@ -196,7 +196,7 @@
<h3>11.2.7 - landisk</h3>
No X servers, only X clients.
-<h3>11.2.8 - loongson</h4>
+<h3>11.2.8 - loongson</h3>
No configuration needed.
<h3>11.2.9 - luna88k</h3>
Index: pf/config.html
===================================================================
RCS file: /cvs/www/faq/pf/config.html,v
retrieving revision 1.31
diff -u -r1.31 config.html
--- pf/config.html 19 May 2010 13:25:16 -0000 1.31
+++ pf/config.html 23 May 2010 17:09:47 -0000
@@ -94,7 +94,7 @@
time, as loaded by the
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8"
>rc scripts</a>. Note that while
-<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=3&manpath=OpenBSD+4.7"
+<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&sektion=5&manpath=OpenBSD+4.7"
><tt>/etc/pf.conf</tt></a> is the default and is
loaded by the system rc scripts, it is just a text file loaded and interpreted
by
Index: pf/nat.html
===================================================================
RCS file: /cvs/www/faq/pf/nat.html,v
retrieving revision 1.32
diff -u -r1.32 nat.html
--- pf/nat.html 19 May 2010 13:25:16 -0000 1.32
+++ pf/nat.html 23 May 2010 17:09:47 -0000
@@ -308,7 +308,7 @@
</dl>
</ul>
</ul>
-The <tt>port</tt> option is not usually used in <tt>nat</tt> rules
+The <tt>port</tt> option is not usually used in <tt>nat-to</tt> rules
because the goal is usually to NAT all traffic regardless of the port(s)
being used.
@@ -431,7 +431,7 @@
the web server (such as DNS requests) will be translated
to the external address.
TCP and UDP ports are never modified with <tt>binat-to</tt>
-rules as they are with <tt>nat</tt> rules.
+rules as they are with <tt>nat-to</tt> rules.
<p>
Example:
Index: pf/tagging.html
===================================================================
RCS file: /cvs/www/faq/pf/tagging.html,v
retrieving revision 1.19
diff -u -r1.19 tagging.html
--- pf/tagging.html 19 May 2010 13:25:16 -0000 1.19
+++ pf/tagging.html 23 May 2010 17:09:47 -0000
@@ -281,7 +281,7 @@
can be made to filter based on the source or destination MAC address.
Bridge(4) rules are created using the
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8"
->brconfig(8)</a> command. Example:
+>ifconfig(8)</a> command. Example:
<blockquote>
<tt>
# ifconfig bridge0 rule pass in on fxp0 src 0:de:ad:be:ef:0 \<br>