man: replace full stop with colon

Fixes #22724.
This commit is contained in:
Yu Watanabe 2022-03-13 22:33:27 +09:00 committed by Frantisek Sumsal
parent 21547367cd
commit c86efe34df

View file

@ -669,7 +669,7 @@
log level is applied when the line including this rule is processed. So, for
debugging, it is recommended that this is specified at earlier place, e.g., the
first line of <filename>00-debug.rules</filename>.</para>
<para>Example for debugging uevent processing for network interfaces.
<para>Example for debugging uevent processing for network interfaces:
<programlisting># /etc/udev/rules.d/00-debug-net.rules
SUBSYSTEM=="net", OPTIONS="log_level=debug"</programlisting></para>
</listitem>