summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-31 00:03:20 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-31 00:03:20 +0200
commitf336ff8003a547f162bfc27ad6fe6417a9035fed (patch)
tree9b0f492dfad80f06299a8885727ff8b158227a51
parent0599b4a25fdeffd7eb3acbd4c9783f40fa70f759 (diff)
also forgot udevmonitor.8
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
-rw-r--r--udevmonitor.828
1 files changed, 28 insertions, 0 deletions
diff --git a/udevmonitor.8 b/udevmonitor.8
new file mode 100644
index 0000000000..6f60130cc7
--- /dev/null
+++ b/udevmonitor.8
@@ -0,0 +1,28 @@
+.\" ** You probably do not want to edit this file directly **
+.\" It was generated using the DocBook XSL Stylesheets (version 1.69.0).
+.\" 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 "UDEVMONITOR" "8" "August 2005" "udev" "udevmonitor"
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+udevmonitor \- print the kernel and udev event sequence to the console
+.SH "SYNOPSIS"
+.HP 12
+\fBudevmonitor\fR [\fB\-\-env\fR]
+.SH "DESCRIPTION"
+.PP
+udevmonitor listens to the kernel uevents and events send out by a udev rule and prints the devpath of the event to the console. It can be used analyze to the event timing by comparing the timestamps of the kernel uevent with the udev event.
+.SH "OPTIONS"
+.TP
+\fB\-\-env\fR
+Print the complete environment for all events. Can be used to compare the kernel supplied and the udev added environment values.
+.SH "AUTHOR"
+.PP
+Written by Kay Sievers
+<kay.sievers@vrfy.org>.
+.SH "SEE ALSO"
+.PP
+\fBudev\fR(8)