Systemd/udevtest.8
kay.sievers@vrfy.org a0294b7625 [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.
2005-04-26 23:00:29 -07:00

20 lines
522 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
.B udevtest
.IR "sysfs_device_path " [ subsystem ]
.SH "DESCRIPTION"
.B udevtest
simulates a
.B udev
run for the given device, and prints out the name of the node
the real udev would have created, or the name of the renamed network
interface.
.SH "SEE ALSO"
.BR udev (8)
.SH AUTHORS
.B udevtest
was developed by Greg Kroah-Hartman <greg@kroah.com> with much help
from others.