diff options
author | Harald Hoyer <harald@redhat.com> | 2007-04-26 22:52:20 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-04-26 22:52:20 +0200 |
commit | 1343a9524f9d2145dfbf2ba479eb859faf6a1e95 (patch) | |
tree | b5160986162c72a36167469f2add6483e6251533 /udevd.8 | |
parent | 01ad1ef5f367f1e3e777d03f08b78a1fc37a8f05 (diff) |
udevcontrol: allow to set global variables in udevd
The initial patch is from Harald, possible new bugs are from me.
Diffstat (limited to 'udevd.8')
-rw-r--r-- | udevd.8 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -71,6 +71,11 @@ Signal udevd to enable the execution of events. Signal udevd to reload the rules from the config. .RE .PP +\fBenv \fR\fB\fIvar\fR\fR\fB=\fR\fB\fIvalue\fR\fR +.RS 4 +Set global variable. +.RE +.PP \fBmax_childs\fR .RS 4 Set the maximum number of events, udevd will handle at the same time. |