summaryrefslogtreecommitdiff
path: root/udevtest.8
blob: 6be7e089cf05da94eb684473715f60a6c60a6d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.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 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.