]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix two issues in udev(7)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Feb 2021 13:30:34 +0000 (14:30 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 12 Mar 2021 16:35:57 +0000 (17:35 +0100)
Fixed #18050.

(cherry picked from commit 4fc8a70d9f062b7b51c6c808a24ca3fd22df668f)

man/udev.xml

index 14e4c21aaebac7211e24c750f36a5441d4f9e607..c8138dcafe1f5e7c9983233f9f6f215c8af630e0 100644 (file)
         <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>
 
               <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>