1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

man: fix two issues in udev(7)

Fixed #18050.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-02-25 14:30:34 +01:00
parent 9f0840e421
commit 4fc8a70d9f

View File

@ -125,7 +125,7 @@
<title>Values</title>
<para>Values are written as double quoted strings, such as ("string").
To include a quotation mark (") in the value, precede it by a backslash (\").
Any other occurrences of a character followed by a backslash are not further unescaped.
Any other occurrences of a backslash followed by a character are not unescaped.
That is, "\t\n" is treated as four characters:
backslash, lowercase t, backslash, lowercase n.</para>
@ -459,7 +459,7 @@
<para>Specify a program to be executed after processing of all the rules for the event. With
<literal>+=</literal>, this invocation is added to the list, and with <literal>=</literal> or
<literal>:=</literal>, it replaces any previous contents of the list. Please note that both
<literal>program</literal> and <literal>builtin</literal> types described below use a single
<literal>program</literal> and <literal>builtin</literal> types described below share a common
list, so clearing the list with <literal>:=</literal> and <literal>=</literal> affects both
types.</para>