aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index c36a3bbd7..7111e90bc 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2556,8 +2556,14 @@
2556#define mdev_full_usage "\n\n" \ 2556#define mdev_full_usage "\n\n" \
2557 " -s Scan /sys and populate /dev during system boot\n" \ 2557 " -s Scan /sys and populate /dev during system boot\n" \
2558 "\n" \ 2558 "\n" \
2559 "Called with no options (via hotplug) it uses environment variables\n" \ 2559 "It can be run by kernel as a hotplug helper. To activate it:\n" \
2560 "to determine which device to add/remove." 2560 " echo /bin/mdev >/proc/sys/kernel/hotplug\n" \
2561 USE_FEATURE_MDEV_CONF( \
2562 "It uses /etc/mdev.conf with lines\n" \
2563 "DEVNAME UID:GID PERM" \
2564 USE_FEATURE_MDEV_RENAME(" [>|=PATH]") \
2565 USE_FEATURE_MDEV_EXEC(" [@|$|*COMMAND]") \
2566 ) \
2561 2567
2562#define mdev_notes_usage "" \ 2568#define mdev_notes_usage "" \
2563 USE_FEATURE_MDEV_CONFIG( \ 2569 USE_FEATURE_MDEV_CONFIG( \