summaryrefslogtreecommitdiff
path: root/man/udev.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-03-13 22:33:27 +0900
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-03-13 18:30:57 +0000
commitc86efe34df92e304e1c21d3ae06c0935be01369c (patch)
tree19b06a2bf75d1e62b677fa69b5a0e7b848f6a082 /man/udev.xml
parent21547367cd3a4d2adc54752a41b9e1ae037b1e98 (diff)
downloadsystemd-c86efe34df92e304e1c21d3ae06c0935be01369c.tar.gz
man: replace full stop with colon
Fixes #22724.
Diffstat (limited to 'man/udev.xml')
-rw-r--r--man/udev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/udev.xml b/man/udev.xml
index f6ea2abc12..886455f61f 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -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>