summaryrefslogtreecommitdiff
path: root/udev.8
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-26 21:29:49 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:31 -0700
commitdde05ccb8d423fbc5c29f54b0c1b545938c8f151 (patch)
treefbfb4c337f45dd48a0c7524014f54936c42be86f /udev.8
parent3fe0734266becd2ebcb111b07c3e17b2a9780477 (diff)
[PATCH] remove limit of the number of args passed to PROGRAM
If we go over our internal limit of 7, then we call out to /bin/sh otherwise we handle it ourself without relying on a shell.
Diffstat (limited to 'udev.8')
-rw-r--r--udev.83
1 files changed, 1 insertions, 2 deletions
diff --git a/udev.8 b/udev.8
index 84b08488fe..8f0060580d 100644
--- a/udev.8
+++ b/udev.8
@@ -182,8 +182,7 @@ all of the values being required in order to match the rule.
.TP
.B PROGRAM
Call external program. This key is valid if the program returns successful.
-A few command line options may specified, but shell characters like pipe,
-diversion or similiar options are not available. The environment variables of
+The environment variables of
.B udev
are also available for the program.
.br