chiark / gitweb /
[PATCH] fix some segfaults when running udevtest for network devices.
[elogind.git] / udevtest.8
1 .TH UDEVTEST 8 "March 2004" "" "Linux Administrator's Manual"
2 .SH NAME
3 udevtest \- simulates a udev run to test the configured rules
4 .SH SYNOPSIS
5 .BI udevtest " sysfs_device_path"
6 .SH "DESCRIPTION"
7 .B udevtest
8 simulates a
9 .B udev
10 run for the given device, and prints out the node names
11 for the given device, the real udev would have created.
12 .SH "SEE ALSO"
13 .BR udev (8)
14 .SH AUTHORS
15 .B udevtest
16 was developed by Greg Kroah-Hartman <greg@kroah.com> with much help
17 from others.