aboutsummaryrefslogtreecommitdiff
path: root/docs/mdev.txt
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
commit5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch)
treefb4a1500d571aee4c36dc2aa5510304d5724cf07 /docs/mdev.txt
parent90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff)
downloadbusybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz
busybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.bz2
busybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.zip
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/mdev.txt')
-rw-r--r--docs/mdev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mdev.txt b/docs/mdev.txt
index a8a816ce9..61a6f4561 100644
--- a/docs/mdev.txt
+++ b/docs/mdev.txt
@@ -122,6 +122,6 @@ IOW: this will serialize concurrent mdev invocations.
122 122
123If you want to activate this feature, execute "echo >/dev/mdev.seq" prior to 123If you want to activate this feature, execute "echo >/dev/mdev.seq" prior to
124setting mdev to be the hotplug handler. This writes single '\n' to the file. 124setting mdev to be the hotplug handler. This writes single '\n' to the file.
125NB: mdev recognizes /dev/mdev.seq consisting of single '\n' characher 125NB: mdev recognizes /dev/mdev.seq consisting of single '\n' character
126as a special case. IOW: this will not make your first hotplug event 126as a special case. IOW: this will not make your first hotplug event
127to stall for two seconds. 127to stall for two seconds.