X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev.xml;h=f2e629a823bab84fab33951214bfd58d469628f6;hb=1d14abe61ff7f22f861fb2bbe06f0fdd64ac4c03;hp=dc277c891884c66669c4d90d66af5038667e5db0;hpb=9f38b806d273e19c4fcb71fdcbaa9c61839b2a51;p=elogind.git diff --git a/udev/udev.xml b/udev/udev.xml index dc277c891..f2e629a82 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -359,7 +359,8 @@ Set a device property value. Property names with a leading '.' - are not stored in the database or exported to external tool or events. + are neither stored in the database nor exported to events or + external tools (run by, say, the PROGRAM match key). @@ -385,9 +386,11 @@ this or a dependent device. Long running tasks need to be immediately detached from the event process itself. If no absolute path is given, the program is expected to live in - /lib/udev, 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. + the directory provided at compile-time to configure via --libexecdir + (this is usually /lib/udev), 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.