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 /udevtest.8 | |
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 'udevtest.8')
-rw-r--r-- | udevtest.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/udevtest.8 b/udevtest.8 index 6be7e089cf..13b57f03b6 100644 --- a/udevtest.8 +++ b/udevtest.8 @@ -2,7 +2,8 @@ .SH NAME udevtest \- simulates a udev run to test the configured rules .SH SYNOPSIS -.BI udevtest " sysfs_device_path" +.B udevtest +.IR "sysfs_device_path " [ subsystem ] .SH "DESCRIPTION" .B udevtest simulates a |