diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-28 13:41:15 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:00:29 -0700 |
commit | a0294b76252d8c84656218cafd458e6739361247 (patch) | |
tree | 26f01f3ee39f8ee6adcb8ee2a63f3052704b0b1b /udevinfo.c | |
parent | 16ac31aaee34f1085daf1c43a8645b174712b2d4 (diff) |
[PATCH] update the man pages and correct Usage: hints
Add UDEV_LOG to the man udev man page. Remove mention of specific
variables from the udevd/udevsend man page as we changed to pass
the whole environment.
Correct printed Usage: of udevtest and udevinfo.
Init the config in udevtest earlier to accept input with and without
the sysfs mount point.
Diffstat (limited to 'udevinfo.c')
-rw-r--r-- | udevinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udevinfo.c b/udevinfo.c index fe847b875f..340496b42b 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -439,7 +439,7 @@ exit: } help: - printf("Usage: [-anpqrdVh]\n" + printf("Usage: udevinfo [-anpqrdVh]\n" " -q TYPE query database for the specified value:\n" " 'name' name of device node\n" " 'symlink' pointing to node\n" |