mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
8a0acf85f2
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 :)
18 lines
475 B
Groff
18 lines
475 B
Groff
.TH UDEVTEST 8 "March 2004" "" "Linux Administrator's Manual"
|
|
.SH NAME
|
|
udevtest \- simulates a udev run to test the configured rules
|
|
.SH SYNOPSIS
|
|
.BI udevtest " sysfs_device_path"
|
|
.SH "DESCRIPTION"
|
|
.B udevtest
|
|
simulates a
|
|
.B udev
|
|
run for the given device, and prints out the node names
|
|
for the given device, the real udev would have created.
|
|
.SH "SEE ALSO"
|
|
.BR udev (8)
|
|
.SH AUTHORS
|
|
.B udevtest
|
|
was developed by Greg Kroah-Hartman <greg@kroah.com> with much help
|
|
from others.
|