s/-vv/-v -v/

Apparently, some browsers render the "vv" to look more like a "w".
To provide visual clarity, use "-v -v" instead.

PR:             docs/153562
Submitted by:   Jason Helfman (jhelfman at experts dash exchange dot com)
This commit is contained in:
Benedict Reuschling 2011-01-30 13:07:47 +00:00
parent 4a1c3de2b7
commit bb1a42e514
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36857

View file

@ -5165,12 +5165,12 @@ driftfile /var/db/ntp.drift</programlisting>
placed inside <filename>/etc/rc.conf</filename>:</para> placed inside <filename>/etc/rc.conf</filename>:</para>
<programlisting>syslogd_enable="YES" <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> <para>The first option will enable the <command>syslogd</command>
daemon on boot up, and the second option allows data from the daemon on boot up, and the second option allows data from the
specified client to be accepted on this server. The latter 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 of logged messages. This is extremely useful for tweaking
facilities as administrators are able to see what type of facilities as administrators are able to see what type of
messages are being logged under which facility.</para> 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> <filename>/etc/rc.conf</filename>:</para>
<programlisting>syslogd_enable="YES" <programlisting>syslogd_enable="YES"
syslogd_flags="-s -vv"</programlisting> syslogd_flags="-s -v -v"</programlisting>
<para>As before, these entries will enable the <para>As before, these entries will enable the
<command>syslogd</command> daemon on boot up, and increases <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 <literal>syslogd_flags</literal> option to look like the
following example, and issue a restart:</para> 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> <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 by bit, it appears a typo in the following
<filename>/etc/rc.conf</filename> line has an issue:</para> <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 <para>The line should contain <literal>logclient</literal>, not
<literal>logclien</literal>. After the proper alterations <literal>logclien</literal>. After the proper alterations