From 91c27ac686261fcca913ac6e3fe1520f38440dcb Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 23 Jun 2021 16:58:20 +0900 Subject: [PATCH] man: update description of "string_escape=" udev option --- man/udev.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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.