From: Zbigniew Jędrzejewski-Szmek Date: Thu, 25 Feb 2021 13:30:34 +0000 (+0100) Subject: man: fix two issues in udev(7) X-Git-Tag: v248-rc3~108^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fc8a70d9f062b7b51c6c808a24ca3fd22df668f;p=thirdparty%2Fsystemd.git man: fix two issues in udev(7) Fixed #18050. --- diff --git a/man/udev.xml b/man/udev.xml index c3168b0864f..1e9b92c524d 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -125,7 +125,7 @@ Values 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. @@ -459,7 +459,7 @@ Specify a program to be executed after processing of all the rules for the event. With +=, this invocation is added to the list, and with = or :=, it replaces any previous contents of the list. Please note that both - program and builtin types described below use a single + program and builtin types described below share a common list, so clearing the list with := and = affects both types.