From: Kay Sievers Date: Mon, 5 Jan 2009 11:28:09 +0000 (+0100) Subject: udevadm: s/udevinfo/udevadm info/ X-Git-Tag: 174~1214 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b620292bd2b55d2e8758108a59447f0a512cfea3;p=elogind.git udevadm: s/udevinfo/udevadm info/ --- diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index 745b4fdb7..6fe1f8631 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -87,7 +87,7 @@ static int print_device_chain(struct udev_device *device) const char *str; printf("\n" - "Udevinfo starts with the device specified by the devpath and then\n" + "Udevadm info starts with the device specified by the devpath and then\n" "walks up the chain of parent devices. It prints for every device\n" "found, all possible attributes in the udev rules key format.\n" "A rule to match, can be composed by the attributes of the device\n"