diff --git a/man/udev.xml b/man/udev.xml
index 8782bb15c5..f6ea2abc12 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.