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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/uevent.c b/util-linux/uevent.c
index 015f1ee78..db11746d0 100644
--- a/util-linux/uevent.c
+++ b/util-linux/uevent.c
@@ -15,7 +15,7 @@
15//kbuild:lib-$(CONFIG_UEVENT) += uevent.o 15//kbuild:lib-$(CONFIG_UEVENT) += uevent.o
16 16
17//usage:#define uevent_trivial_usage 17//usage:#define uevent_trivial_usage
18//usage: "[PROG [ARGS]]" 18//usage: "[PROG ARGS]"
19//usage:#define uevent_full_usage "\n\n" 19//usage:#define uevent_full_usage "\n\n"
20//usage: "uevent runs PROG for every netlink notification." 20//usage: "uevent runs PROG for every netlink notification."
21//usage: "\n""PROG's environment contains data passed from the kernel." 21//usage: "\n""PROG's environment contains data passed from the kernel."