From: Yu Watanabe Date: Wed, 23 Jun 2021 07:58:20 +0000 (+0900) Subject: man: update description of "string_escape=" udev option X-Git-Tag: v249-rc2~11^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91c27ac686261fcca913ac6e3fe1520f38440dcb;p=thirdparty%2Fsystemd.git man: update description of "string_escape=" udev option --- diff --git a/man/udev.xml b/man/udev.xml index 8782bb15c54..f6ea2abc121 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -117,7 +117,7 @@ := - Assign a value to a key finally; disallow any later changes. + Assign a value to a key finally; disallow any later changes. @@ -607,9 +607,12 @@ - Usually, control and other possibly unsafe characters are replaced - in strings used for device naming. The mode of replacement can be specified - with this option. + When replace, possibly unsafe characters in strings + assigned to NAME, SYMLINK, and + ENV{key} are replaced. When + none, no replacement is performed. When unset, the replacement + is performed for NAME, SYMLINK, but not for + ENV{key}. Defaults to unset.