summaryrefslogtreecommitdiff
path: root/udevtest.8
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org2005-04-261-1/+1
|
* [PATCH] update the man pages and correct Usage: hintskay.sievers@vrfy.org2005-04-261-1/+2
| | | | | | | | | | | | | 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.
* [PATCH] update bk ignore list some more.greg@kroah.com2005-04-261-0/+18
|
* [PATCH] first step of making man pages dynamically generated.greg@kroah.com2005-04-261-18/+0
| | | | | | Based on a an original patch from Olaf Hering <olh@suse.de>
* [PATCH] put netdev handling and dev.d/ in manpageskay.sievers@vrfy.org2005-04-261-2/+3
| | | | | | | Mention the recently added netdev handling and the dev.d/ directories in the man pages.
* [PATCH] make udevtest a real program :)kay.sievers@vrfy.org2005-04-261-0/+17
Here are the missing pieces for udevtest. A simple man page is added, the blacklist is removed, cause it can't work without having a subsystem. The Makefile removes all manpages now with a uninstall and installs udevtest in /usr/bin/. Any old version from /sbin/ should be deleted by hand. The only expected argument is the sysfs devpath, here I changed it to be more tolerant to the input. The path may now be specified with or without a leading slash and optionally with the /sys moutpoint prepended. I hope this will end the confusion about the use of this program :)