diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-07 23:22:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-07 23:22:08 +0000 |
commit | 8d89bed8401bfbca9c5ef18f201439b3502e733b (patch) | |
tree | b5db7bd373d32b4891610cd2c58f6307d4808447 /docs | |
parent | ee9deb863e089e1b607cc5771123257c3223bea0 (diff) | |
download | busybox-w32-8d89bed8401bfbca9c5ef18f201439b3502e733b.tar.gz busybox-w32-8d89bed8401bfbca9c5ef18f201439b3502e733b.tar.bz2 busybox-w32-8d89bed8401bfbca9c5ef18f201439b3502e733b.zip |
watchdog: add -T option
function old new delta
watchdog_main 159 219 +60
mdev: support match by major,minor. See bug 4714.
+100 bytes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mdev.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/mdev.txt b/docs/mdev.txt index 63ad40602..a8a816ce9 100644 --- a/docs/mdev.txt +++ b/docs/mdev.txt | |||
@@ -51,9 +51,11 @@ device nodes if your system needs something more than the default root/root | |||
51 | 660 permissions. | 51 | 660 permissions. |
52 | 52 | ||
53 | The file has the format: | 53 | The file has the format: |
54 | <device regex> <uid>:<gid> <octal permissions> | 54 | <device regex> <uid>:<gid> <octal permissions> |
55 | or @<maj[,min1[-min2]]> <uid>:<gid> <octal permissions> | ||
56 | |||
55 | For example: | 57 | For example: |
56 | hd[a-z][0-9]* 0:3 660 | 58 | hd[a-z][0-9]* 0:3 660 |
57 | 59 | ||
58 | The config file parsing stops at the first matching line. If no line is | 60 | The config file parsing stops at the first matching line. If no line is |
59 | matched, then the default of 0:0 660 is used. To set your own default, simply | 61 | matched, then the default of 0:0 660 is used. To set your own default, simply |