chiark / gitweb /
Docs: udev.xml: Clean up introduction to substitutions.
authorMichael Witten <mfwitten@gmail.com>
Mon, 11 Apr 2011 01:12:52 +0000 (01:12 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 11 Apr 2011 05:49:39 +0000 (05:49 +0000)
For one thing, they are not at all like printf conversion specifications.

udev/udev.xml

index 48980577c08fbd80a6778535126f6e5fb0454dd7..57f13e07b0165a19f2d1331268b37a1b4974b447 100644 (file)
 
       <para>The <option>NAME</option>, <option>SYMLINK</option>, <option>PROGRAM</option>,
       <option>OWNER</option>, <option>GROUP</option>, <option>MODE</option>  and  <option>RUN</option>
-      fields support simple printf-like string substitutions. The <option>RUN</option>
-      format chars gets applied after all rules have been processed, right before the program
-      is executed. It allows the use of device properties set by earlier matching
-      rules. For all other fields, substitutions are applied while the individual rule is
+      fields support simple string substitutions. The <option>RUN</option>
+      substitutions are performed after all rules have been processed, right before the program
+      is executed, allowing for the use of device properties set by earlier matching
+      rules. For all other fields, substitutions are performed while the individual rule is
       being processed. The available substitutions are:</para>
       <variablelist>
         <varlistentry>