summaryrefslogtreecommitdiff
path: root/udevmonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevmonitor.c')
-rw-r--r--udevmonitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/udevmonitor.c b/udevmonitor.c
index c1538883c9..2775b295ce 100644
--- a/udevmonitor.c
+++ b/udevmonitor.c
@@ -133,8 +133,8 @@ int main(int argc, char *argv[])
goto out;
init_uevent_netlink_sock();
- printf("udevmonitor prints received from the kernel [UEVENT] and after\n"
- "the udev processing, the event which udev [UDEV] has generated\n\n");
+ printf("udevmonitor prints the received event from the kernel [UEVENT]\n"
+ "and the event which udev sends out after rule processing [UDEV]\n\n");
while (1) {
static char buf[UEVENT_BUFFER_SIZE*2];