summaryrefslogtreecommitdiff
path: root/udevmonitor.8
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-10 15:12:42 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-03-10 15:12:42 +0100
commit0d2516c3366066e0758f2c5a26d94f41df518e76 (patch)
tree696f6eb2cb1ca3199b5a1901bf68b9a99d87f440 /udevmonitor.8
parent7f7238062c29f5334c41077e05bf3f0e312386f5 (diff)
udevmonitor: add switch for kernel and udev events
Diffstat (limited to 'udevmonitor.8')
-rw-r--r--udevmonitor.819
1 files changed, 17 insertions, 2 deletions
diff --git a/udevmonitor.8 b/udevmonitor.8
index 205030fbc0..0adb9988ea 100644
--- a/udevmonitor.8
+++ b/udevmonitor.8
@@ -14,16 +14,31 @@
udevmonitor \- print the kernel and udev event sequence to the console
.SH "SYNOPSIS"
.HP 12
-\fBudevmonitor\fR [\fB\-\-env\fR]
+\fBudevmonitor\fR [\fB\-\-environment\fR] [\fB\-\-kernel\fR] [\fB\-\-udev\fR] [\fB\-\-help\fR]
.SH "DESCRIPTION"
.PP
udevmonitor listens to the kernel uevents and events sent out by a udev rule and prints the devpath of the event to the console. It can be used to analyze the event timing, by comparing the timestamps of the kernel uevent and the udev event.
.SH "OPTIONS"
.PP
-\fB\-\-env\fR
+\fB\-\-environment\fR
.RS 4
Print the complete environment for all events. Can be used to compare the kernel supplied and the udev added environment values.
.RE
+.PP
+\fB\-\-kernel\fR
+.RS 4
+Print the kernel uevents.
+.RE
+.PP
+\fB\-\-udev\fR
+.RS 4
+Print the udev event after the rule processing.
+.RE
+.PP
+\fB\-\-help\fR
+.RS 4
+Print usage.
+.RE
.SH "AUTHOR"
.PP
Written by Kay Sievers