summaryrefslogtreecommitdiff
path: root/udev.7
diff options
context:
space:
mode:
authorAndrey Borzenkov <arvidjaar@mail.ru>2006-01-26 02:18:01 +0100
committerKay Sievers <kay.sievers@suse.de>2006-01-26 02:18:01 +0100
commit864412e02df16555c02da9ccb0a67fddb6628acd (patch)
tree4a54f95ffbf72e279254225d5eac6a942224068f /udev.7
parent4cfdeaf3bf82b50fb6af123511d2f94078fe7df2 (diff)
man page: document when substitutions are applied for RUN and other keys
Diffstat (limited to 'udev.7')
-rw-r--r--udev.79
1 files changed, 6 insertions, 3 deletions
diff --git a/udev.7 b/udev.7
index a7e2f5a4e7..711bd0861b 100644
--- a/udev.7
+++ b/udev.7
@@ -164,10 +164,13 @@ The
\fBNAME\fR,
\fBSYMLINK\fR,
\fBPROGRAM\fR,
-\fBOWNER\fR
-and
+\fBOWNER\fR,
\fBGROUP\fR
-fields support simple printf\-like string substitutions:
+and
+\fBRUN\fR
+fields support simple printf\-like string substitutions. The
+\fBRUN\fR
+format chars gets applied after all rules have been processed, right before the program is executed. It allows the use of the complete environment set by earlier matching rules. For all other fields, substitutions are applied while the individual rule is being processed. The available substitutions are:
.TP
\fB$kernel\fR, \fB%k\fR
The kernel name for this device.