aboutsummaryrefslogtreecommitdiff
path: root/util-linux/uevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/uevent.c')
-rw-r--r--util-linux/uevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/uevent.c b/util-linux/uevent.c
index cef93adf6..252e8fb64 100644
--- a/util-linux/uevent.c
+++ b/util-linux/uevent.c
@@ -8,8 +8,8 @@
8//config: default y 8//config: default y
9//config: select PLATFORM_LINUX 9//config: select PLATFORM_LINUX
10//config: help 10//config: help
11//config: uevent is a netlink listener for kernel uevent notifications 11//config: uevent is a netlink listener for kernel uevent notifications
12//config: sent via netlink. It is usually used for dynamic device creation. 12//config: sent via netlink. It is usually used for dynamic device creation.
13 13
14//applet:IF_UEVENT(APPLET(uevent, BB_DIR_SBIN, BB_SUID_DROP)) 14//applet:IF_UEVENT(APPLET(uevent, BB_DIR_SBIN, BB_SUID_DROP))
15 15