chiark / gitweb /
rules: Gentoo update
[elogind.git] / udevmonitor.8
index e302ba1ab204ea75bfad4728170cae4bf1ee04aa..0adb9988eabfcfd3e5db16835a52285e6210d07f 100644 (file)
@@ -1,7 +1,10 @@
-.\" ** 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.
+.\"     Title: udevmonitor
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
+.\"      Date: August 2005
+.\"    Manual: udevmonitor
+.\"    Source: udev
+.\"
 .TH "UDEVMONITOR" "8" "August 2005" "udev" "udevmonitor"
 .\" disable hyphenation
 .nh
 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 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.
+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"
-.TP
-\fB\-\-env\fR
+.PP
+\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
 <kay.sievers@vrfy.org>.
 .SH "SEE ALSO"
 .PP
-\fBudev\fR(8)
+\fBudev\fR(7)