diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-03-17 01:52:15 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-03-17 01:52:15 +0100 |
commit | 0d5be398ffd2f47e0b97f33ca2fd96319ee16c9d (patch) | |
tree | f9772471bc45b295ecd7dffa802b23b5155a2174 /udevtrigger.8 | |
parent | f660222775b2603c3d4b5a7119a4daffff794b2c (diff) |
add udevtrigger to request events for coldplug
The shell script can't handle 1000's of devices.
Diffstat (limited to 'udevtrigger.8')
-rw-r--r-- | udevtrigger.8 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/udevtrigger.8 b/udevtrigger.8 new file mode 100644 index 0000000000..a792eaca6e --- /dev/null +++ b/udevtrigger.8 @@ -0,0 +1,37 @@ +.\" ** You probably do not want to edit this file directly ** +.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). +.\" Instead of manually editing it, you probably should edit the DocBook XML +.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. +.TH "UDEVTRIGGER" "8" "March 2006" "udev" "udevtrigger" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +udevtrigger \- request kernel devices events for coldplug +.SH "SYNOPSIS" +.HP 12 +\fBudevtrigger\fR [\fB\-\-verbose\fR] [\fB\-\-dry\-run\fR] +.SH "DESCRIPTION" +.PP +Trigger kernel device uevents to replay missing events at system coldplug. +.SH "OPTIONS" +.TP +\fB\-\-verbose\fR +print out the devices found in sysfs. +.TP +\fB\-\-dry\-run\fR +don't actually trigger the event. +.SH "ENVIRONMENT" +.TP +\fBUDEV_LOG\fR +Overrides the syslog priority specified in the config file. +.SH "AUTHOR" +.PP +Written by Kay Sievers +<kay.sievers@vrfy.org> +and Hannes Reinecke +<hare@suse.de>. +.SH "SEE ALSO" +.PP +\fBudev\fR(8) |