chiark / gitweb /
trivial text cleanups
[elogind.git] / extras / run_directory / README
index 022c66451c0e53052b2b6f1a5f57bf56cbb506e9..feae2f81bf6ec32416340f119c45d63d2ddab1a6 100644 (file)
@@ -1,5 +1,5 @@
 Use these binaries only if you need backward compatibility with
 Use these binaries only if you need backward compatibility with
-older udev versions. The use of /etc/dev.d/ is no longer recommended
+older udev versions. The use of /etc/dev.d/ is no longer recommended.
 Use explicit udev rules with RUN keys to hook into the processing.
 
   /etc/dev.d/ + /etc/hotplug.d/ directory multiplexing is completely
 Use explicit udev rules with RUN keys to hook into the processing.
 
   /etc/dev.d/ + /etc/hotplug.d/ directory multiplexing is completely
@@ -12,6 +12,6 @@ Use explicit udev rules with RUN keys to hook into the processing.
     The recommended way to handle this is to convert all the calls from
     the directories to explicit udev rules and get completely rid of the
     multiplexing. (To catch a ttyUSB event, you now no longer need to
     The recommended way to handle this is to convert all the calls from
     the directories to explicit udev rules and get completely rid of the
     multiplexing. (To catch a ttyUSB event, you now no longer need to
-    fork and exit 300 tty script instances you are not interested in, it
-    is just one rule that matches exactly the device.)
+    fork and exit 300 tty script instances on bootup you are not interested
+    in, it is just one rule that matches exactly that single device.)