From: Tom Gundersen Date: Mon, 18 Mar 2013 13:17:24 +0000 (+0100) Subject: man: udev - document 'builtin' X-Git-Tag: v199~176 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=72c6cf8fa586a08b56a1b5d7ed6d7c7272dff3f4;hp=93f04c80f680c9a186541bf99dc2a1107e3a887d man: udev - document 'builtin' The new IMPORT{builtin} and RUN{builtin} were not documented. Also make it clear that RUN= is really an alias for RUN{program}=. --- diff --git a/man/udev.xml b/man/udev.xml index 415cf8e6a..34b1e6fd6 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -392,14 +392,31 @@ - + Add a program to the list of programs to be executed for a specific - device. - If no absolute path is given, the program is expected to live in - /usr/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. + device, depending on type: + + + program + + Execute an external program specified as the assigned + value. If no absolute path is given, the program is expected to live in + /usr/lib/udev, otherwise the absolute path must be specified. + This is the default if no type is + specified. + + + + builtin + + As , but use one of the built-in programs rather + than an external one. + + + + The program name and following arguments are separated by spaces. + Single quotes can be used to specify arguments with spaces. This can only be used for very short-running foreground tasks. Running an event process for a long period of time may block all further events for this or a dependent device. @@ -439,6 +456,13 @@ + builtin + + As , but use one of the built-in programs rather + than an external one. + + + file Import a text file specified as the assigned value, the content