svn commit: r43927 - head/en_US.ISO8859-1/books/handbook/firewalls
Dru Lavigne
dru at FreeBSD.org
Fri Feb 14 18:53:20 UTC 2014
Author: dru
Date: Fri Feb 14 18:53:20 2014
New Revision: 43927
URL: http://svnweb.freebsd.org/changeset/doc/43927
Log:
White space fix only. Translators can ignore.
Sponsored by: iXsystems
Modified:
head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Fri Feb 14 18:45:03 2014 (r43926)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Fri Feb 14 18:53:20 2014 (r43927)
@@ -218,28 +218,29 @@
<application>ALTQ</application> (Alternate Queuing), which
provides Quality of Service (<acronym>QoS</acronym>).</para>
- <para>The OpenBSD Project maintains the definitive
- reference for <application>PF</application> in the <link
+ <para>The OpenBSD Project maintains the definitive reference for
+ <application>PF</application> in the <link
xlink:href="http://www.openbsd.org/faq/pf/">PF FAQ</link>.
- Peter Hansteen maintains a thorough <application>PF</application> tutorial at <link
- xlink:href="http://home.nuug.no/~peter/pf/">http://home.nuug.no/~peter/pf/</link>.</para>
-
- <warning>
- <para>When reading the <link
- xlink:href="http://www.openbsd.org/faq/pf/">PF FAQ</link>,
- keep in mind that different versions of &os; contain
- different versions of <application>PF</application>.
- &os; 8.<replaceable>X</replaceable> uses the same
- version of <application>PF</application> as
- OpenBSD 4.1 and &os; 9.<replaceable>X</replaceable>
- and later uses the same version of
- <application>PF</application> as OpenBSD 4.5.</para>
- </warning>
+ Peter Hansteen maintains a thorough
+ <application>PF</application> tutorial at <link
+ xlink:href="http://home.nuug.no/~peter/pf/">http://home.nuug.no/~peter/pf/</link>.</para>
+
+ <warning>
+ <para>When reading the <link
+ xlink:href="http://www.openbsd.org/faq/pf/">PF FAQ</link>,
+ keep in mind that different versions of &os; contain
+ different versions of <application>PF</application>.
+ &os; 8.<replaceable>X</replaceable> uses the same
+ version of <application>PF</application> as
+ OpenBSD 4.1 and &os; 9.<replaceable>X</replaceable>
+ and later uses the same version of
+ <application>PF</application> as OpenBSD 4.5.</para>
+ </warning>
<para>The &a.pf; is a good place to ask questions about
- configuring and running the <application>PF</application>
- firewall. Check the mailing list archives
- before asking a question as it may have already been answered.</para>
+ configuring and running the <application>PF</application>
+ firewall. Check the mailing list archives before asking a
+ question as it may have already been answered.</para>
<para>More information about porting <application>PF</application>
to &os; can be found at <uri
@@ -361,21 +362,20 @@ device pfsync</programlisting>
</note>
-->
- <para>By default, <application>PF</application> reads its
+ <para>By default, <application>PF</application> reads its
configuration rules from <filename>/etc/pf.conf</filename> and
modifies, drops, or passes packets according to the rules or
definitions specified in this file. The &os; installation
includes several sample files located in
<filename>/usr/share/examples/pf/</filename>. Refer to the
<link xlink:href="http://www.openbsd.org/faq/pf/">PF
- FAQ</link> for complete coverage of
- <application>PF</application> rulesets.</para>
+ FAQ</link> for complete coverage
+ of <application>PF</application> rulesets.</para>
<para>To control <application>PF</application>, use
- <command>pfctl</command>. <xref
- linkend="pfctl"/> summarizes some useful options to this command.
- Refer to &man.pfctl.8; for a description of all available
- options:</para>
+ <command>pfctl</command>. <xref linkend="pfctl"/> summarizes
+ some useful options to this command. Refer to &man.pfctl.8;
+ for a description of all available options:</para>
<table xml:id="pfctl" frame="none" pgwide="1">
<title>Useful <command>pfctl</command> Options</title>
@@ -404,15 +404,16 @@ device pfsync</programlisting>
<row>
<entry><command>pfctl -F all
-f /etc/pf.conf</command></entry>
- <entry>Flush all <acronym>NAT</acronym>, filter, state, and table
- rules and reload
+ <entry>Flush all <acronym>NAT</acronym>, filter, state,
+ and table rules and reload
<filename>/etc/pf.conf</filename>.</entry>
</row>
<row>
<entry><command>pfctl -s [ rules | nat
state ]</command></entry>
- <entry>Report on the filter rules, <acronym>NAT</acronym> rules, or state
+ <entry>Report on the filter rules,
+ <acronym>NAT</acronym> rules, or state
table.</entry>
</row>
More information about the svn-doc-head
mailing list