diff options
Diffstat (limited to 'udevstart.8')
-rw-r--r-- | udevstart.8 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/udevstart.8 b/udevstart.8 new file mode 100644 index 0000000000..3e6c61f547 --- /dev/null +++ b/udevstart.8 @@ -0,0 +1,18 @@ +.TH UDEVSTART 8 "March 2004" "" "Linux Administrator's Manual" +.SH NAME +udevstart \- populate device directory with all nodes available in sysfs +.SH SYNOPSIS +.B udevstart +.SH "DESCRIPTION" +.B udevstart +walks trough the sysfs device tree and calls +.B udev +to create the node for every valid device found. It can be used to fill a +empty device directory with nodes for all devices currently available on +the system. +.SH "SEE ALSO" +.BR udev (8) +.SH AUTHORS +.B udevstart +was developed primarily by Harald Hoyer <harald@redhat.com>, with much help +from others. |