Add forgotten spaces and add 2 non breaking spaces for &os; 5.X and 4.X.

Noticed by:		blackend
Forgotten by:		remko (me)
This commit is contained in:
Remko Lodder 2005-05-08 14:15:43 +00:00
parent 280011b864
commit ee8497f48c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24480

View file

@ -767,9 +767,9 @@ ipnat_rules="/etc/ipnat.rules" # rules definition file for ipnat</programlist
method for segregation of log data. It uses special groupings
called <quote>facility</quote> and <quote>level</quote>. IPMON
in <option>-Ds</option> mode uses <literal>security</literal>
(<literal>local0</literal>in 4.X) as the <quote>facility</quote>
(<literal>local0</literal> in 4.X) as the <quote>facility</quote>
name. All IPMON logged data goes to <literal>security</literal>
(<literal>local0</literal>in 4.X). The following levels can be
(<literal>local0</literal> in 4.X). The following levels can be
used to further segregate the logged data if desired:</para>
<screen>LOG_INFO - packets logged using the "log" keyword as the action rather than pass or block.
@ -792,13 +792,13 @@ LOG_ERR - packets which have been logged and which can be considered short</scre
by software applications like IPF.</para>
<para>Add the following statement to
<filename>/etc/syslog.conf</filename> for &os; 5.X and
<filename>/etc/syslog.conf</filename> for &os;&nbsp;5.X and
later:</para>
<programlisting>security.* /var/log/ipfilter.log</programlisting>
<para>Or add the following statement to
<filename>/etc/syslog.conf</filename> for &os; 4.X:</para>
<filename>/etc/syslog.conf</filename> for &os;&nbsp;4.X:</para>
<programlisting>local0.* /var/log/ipfilter.log</programlisting>