diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 23:32:09 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:37 +0000 |
commit | 1d14abe61ff7f22f861fb2bbe06f0fdd64ac4c03 (patch) | |
tree | 115a5d5195d995cbca9f21c4788c91cb0488ed5e /udev/udev.xml | |
parent | ed9c5fb721b45a647c4c629ca2b6a242a111e769 (diff) |
Docs: udev.xml: Clean up description of RUN assignment key
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index b10096544b..f2e629a823 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -386,9 +386,11 @@ this or a dependent device. Long running tasks need to be immediately detached from the event process itself.</para> <para>If no absolute path is given, the program is expected to live in - <filename>/lib/udev</filename>, otherwise the absolute path must be - specified. Program name and arguments are separated by spaces. Single quotes - can be used to specify arguments with spaces.</para> + the directory provided at compile-time to configure via --libexecdir + (this is usually <filename>/lib/udev</filename>), otherwise the absolute + path must be specified. The program name and following arguments are + separated by spaces. Single quotes can be used to specify arguments with + spaces.</para> </listitem> </varlistentry> |