X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevtrigger.8;h=58a379495fbcf7d3247035163fadf7c44ac1908e;hp=de31f2e745fc50641cde19118a85cdcd6bc0893c;hb=89d3ee2b3af5752e4710cef0bf489ebf9fb55268;hpb=660508cdcb1133735845a444d414a7a637ef28ba diff --git a/udevtrigger.8 b/udevtrigger.8 index de31f2e74..58a379495 100644 --- a/udevtrigger.8 +++ b/udevtrigger.8 @@ -1,6 +1,6 @@ .\" Title: udevtrigger .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.70.1 +.\" Generator: DocBook XSL Stylesheets v1.72.0 .\" Date: March 2006 .\" Manual: udevtrigger .\" Source: udev @@ -14,21 +14,52 @@ udevtrigger \- request kernel devices events for coldplug .SH "SYNOPSIS" .HP 12 -\fBudevtrigger\fR [\fB\-\-verbose\fR] [\fB\-\-dry\-run\fR] +\fBudevtrigger\fR [\fB\-\-verbose\fR] [\fB\-\-dry\-run\fR] [\fB\-\-retry\-failed\fR] [\fB\-\-help\fR] [\fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR] [\fB\-\-attr\-nomatch=\fR\fB\fIattribute=value\fR\fR] .SH "DESCRIPTION" .PP Trigger kernel device uevents to replay missing events at system coldplug. .SH "OPTIONS" -.TP 3n +.PP \fB\-\-verbose\fR -print out the devices found in sysfs. -.TP 3n +.RS 4 +Print the list of devices which will be triggered. +.RE +.PP \fB\-\-dry\-run\fR -don't actually trigger the event. +.RS 4 +Do not actually trigger the event. +.RE +.PP +\fB\-\-retry\-failed\fR +.RS 4 +Trigger only the events which are failed during a previous run. +.RE +.PP +\fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR +.RS 4 +Trigger events for devices which belong to a matching subsystem. This option can be specified multiple times and supports shell style pattern matching. +.RE +.PP +\fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR +.RS 4 +Do not trigger events for devices which belong to a matching subsystem. This option can be specified multiple times and supports shell style pattern matching. +.RE +.PP +\fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR +.RS 4 +Trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching. If no value is specified, the existence of the sysfs attribute is checked. This option can be specified multiple times. +.RE +.PP +\fB\-\-attr\-nomatch\fR\fB\fIattribute=value\fR\fR +.RS 4 +Do not trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching. If no value is specified, the existence of the sysfs attribute is checked. This option can be specified multiple times. +.RE .SH "ENVIRONMENT" -.TP 3n +.PP \fBUDEV_LOG\fR +.RS 4 Overrides the syslog priority specified in the config file. +.RE .SH "AUTHOR" .PP Written by Kay Sievers