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.7 | |
parent | d847330cf25d16c6ca1fcd29be354f3c77c71069 (diff) |
allow to disable the replacement of unusual characters
Diffstat (limited to 'udev.7')
-rw-r--r-- | udev.7 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -290,6 +290,11 @@ Specify the priority of the created symlinks. Devices with higher priorities ove .RS 4 Create the device nodes for all available partitions of a block device. This may be useful for removable media devices where media changes are not detected. .RE +.PP +\fBstring_escape=\fR\fB\fInone|replace\fR\fR +.RS 4 +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. +.RE .RE .RE .PP |