diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml index 9e760d6a47..c875c7c195 100644 --- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml @@ -5165,12 +5165,12 @@ driftfile /var/db/ntp.drift</programlisting> placed inside <filename>/etc/rc.conf</filename>:</para> <programlisting>syslogd_enable="YES" -syslogd_flags="-a logclient.example.com -vv"</programlisting> +syslogd_flags="-a logclient.example.com -v -v"</programlisting> <para>The first option will enable the <command>syslogd</command> daemon on boot up, and the second option allows data from the specified client to be accepted on this server. The latter - part, using <option>-vv</option>, will increase the verbosity + part, using <option>-v -v</option>, will increase the verbosity of logged messages. This is extremely useful for tweaking facilities as administrators are able to see what type of messages are being logged under which facility.</para> @@ -5234,7 +5234,7 @@ syslogd_flags="-a logclient.example.com -vv"</programlisting> <filename>/etc/rc.conf</filename>:</para> <programlisting>syslogd_enable="YES" -syslogd_flags="-s -vv"</programlisting> +syslogd_flags="-s -v -v"</programlisting> <para>As before, these entries will enable the <command>syslogd</command> daemon on boot up, and increases @@ -5299,7 +5299,7 @@ syslogd_flags="-s -vv"</programlisting> <literal>syslogd_flags</literal> option to look like the following example, and issue a restart:</para> - <programlisting>syslogd_flags="-d -a logclien.example.com -vv"</programlisting> + <programlisting>syslogd_flags="-d -a logclien.example.com -v -v"</programlisting> <screen>&prompt.root; <userinput>/etc/rc.d/syslogd restart</userinput></screen> @@ -5320,7 +5320,7 @@ rejected in rule 0 due to name mismatch.</screen> by bit, it appears a typo in the following <filename>/etc/rc.conf</filename> line has an issue:</para> - <programlisting>syslogd_flags="-d -a logclien.example.com -vv"</programlisting> + <programlisting>syslogd_flags="-d -a logclien.example.com -v -v"</programlisting> <para>The line should contain <literal>logclient</literal>, not <literal>logclien</literal>. After the proper alterations