diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-06-22 01:27:02 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-06-22 01:27:02 +0200 |
commit | 3df3c93e2500b0dcf23989171d27c2b04d149407 (patch) | |
tree | cf89964e55331dbafa169598d3f561e18e24e675 /udev.xml | |
parent | d847330cf25d16c6ca1fcd29be354f3c77c71069 (diff) |
allow to disable the replacement of unusual characters
Diffstat (limited to 'udev.xml')
-rw-r--r-- | udev.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -435,6 +435,14 @@ detected.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>string_escape=<replaceable>none|replace</replaceable></option></term> + <listitem> + <para>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.</para> + </listitem> + </varlistentry> </variablelist> </listitem> </varlistentry> |