Fixed syntax in pf table example with external file.

A specified file path should be quoted.

Reported by:	thetruebloodsword@gmail.com
This commit is contained in:
Sergey Kandaurov 2013-10-02 14:27:28 +00:00
parent d7031a833c
commit ef36572461
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42803

View file

@ -1250,7 +1250,7 @@ pass out on $ext_if inet proto udp from any to any port 33433 >< 33626 kee
<para>which in turn is used to initialize the table in
<filename>/etc/pf.conf</filename>:</para>
<programlisting>table &lt;clients&gt; persist file /etc/clients</programlisting>
<programlisting>table &lt;clients&gt; persist file "/etc/clients"</programlisting>
<para>Then, for example, one of our earlier rules can be
changed to read</para>