svn commit: r42803 - head/en_US.ISO8859-1/books/handbook/firewalls

Sergey Kandaurov pluknet at FreeBSD.org
Wed Oct 2 14:27:29 UTC 2013


Author: pluknet
Date: Wed Oct  2 14:27:28 2013
New Revision: 42803
URL: http://svnweb.freebsd.org/changeset/doc/42803

Log:
  Fixed syntax in pf table example with external file.
  A specified file path should be quoted.
  
  Reported by:	thetruebloodsword at gmail.com

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	Wed Oct  2 12:38:20 2013	(r42802)
+++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml	Wed Oct  2 14:27:28 2013	(r42803)
@@ -1250,7 +1250,7 @@ pass out on $ext_if inet proto udp from 
 	<para>which in turn is used to initialize the table in
 	  <filename>/etc/pf.conf</filename>:</para>
 
-	<programlisting>table <clients> persist file /etc/clients</programlisting>
+	<programlisting>table <clients> persist file "/etc/clients"</programlisting>
 
 	<para>Then, for example, one of our earlier rules can be
 	  changed to read</para>


More information about the svn-doc-all mailing list