aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-02-26 00:40:46 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-02-26 00:40:46 +0100
commit40b97fb31ec7c24db706b47182f400f2a13dbbfc (patch)
treec963df67c75ca61f86bbdc3f3f000ce0b1991731 /docs
parent1961aea305e258ba7ab3910d084451220f55ed44 (diff)
downloadbusybox-w32-40b97fb31ec7c24db706b47182f400f2a13dbbfc.tar.gz
busybox-w32-40b97fb31ec7c24db706b47182f400f2a13dbbfc.tar.bz2
busybox-w32-40b97fb31ec7c24db706b47182f400f2a13dbbfc.zip
mdev: add environment variable match
function old new delta make_device 1998 2189 +191 clean_up_cur_rule 61 96 +35 dirAction 75 87 +12 mdev_main 838 849 +11 packed_usage 29272 29273 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/0 up/down: 250/0) Total: 250 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/mdev.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mdev.txt b/docs/mdev.txt
index 61f93c9df..b24025f7b 100644
--- a/docs/mdev.txt
+++ b/docs/mdev.txt
@@ -51,9 +51,9 @@ device nodes if your system needs something more than the default root/root
51660 permissions. 51660 permissions.
52 52
53The file has the format: 53The file has the format:
54 [-]<device regex> <uid>:<gid> <permissions> 54 [-][envmatch]<device regex> <uid>:<gid> <permissions>
55or 55or
56 @<maj[,min1[-min2]]> <uid>:<gid> <permissions> 56 [envmatch]@<maj[,min1[-min2]]> <uid>:<gid> <permissions>
57or 57or
58 $envvar=<regex> <uid>:<gid> <permissions> 58 $envvar=<regex> <uid>:<gid> <permissions>
59 59