X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevmonitor.c;h=2775b295ceac9bc18e709d77e6660dce23655612;hp=c1538883c95357439b5d246995326aa1e5f82e32;hb=24a12dcbb81e364723cee065d7471b4d03a9db86;hpb=3f9f8de4de49135476644297585bd910b14d0ea7 diff --git a/udevmonitor.c b/udevmonitor.c index c1538883c..2775b295c 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];