aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-05 15:59:05 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-05 15:59:05 +0100
commitf92874e747dae948fdfacf53537f554ccee7bd54 (patch)
tree0b3832ac9cdb99d25294dcf86e23afb49a85e8c4 /include
parenta7329667b4c19fbe8ba077062f14a96038c094db (diff)
downloadbusybox-f92874e747dae948fdfacf53537f554ccee7bd54.tar.gz
replace /bin/mdev with /sbin/mdev
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 2eb5c007a..1505ac306 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2656,7 +2656,7 @@
" -s Scan /sys and populate /dev during system boot\n" \
"\n" \
"It can be run by kernel as a hotplug helper. To activate it:\n" \
- " echo /bin/mdev >/proc/sys/kernel/hotplug\n" \
+ " echo /sbin/mdev > /proc/sys/kernel/hotplug\n" \
IF_FEATURE_MDEV_CONF( \
"It uses /etc/mdev.conf with lines\n" \
"[-]DEVNAME UID:GID PERM" \