X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevmonitor.8;h=0adb9988eabfcfd3e5db16835a52285e6210d07f;hp=a43ea405bf883b0d9e7d522a6d43680eb7e8befa;hb=7c70c25212fe1b4918c4d7f270c46430111ad365;hpb=53fc01d5073962e94cb32b686c0146b08ea8fef5 diff --git a/udevmonitor.8 b/udevmonitor.8 index a43ea405b..0adb9988e 100644 --- a/udevmonitor.8 +++ b/udevmonitor.8 @@ -1,6 +1,6 @@ .\" Title: udevmonitor .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.71.0 +.\" Generator: DocBook XSL Stylesheets v1.72.0 .\" Date: August 2005 .\" Manual: udevmonitor .\" Source: udev @@ -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 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" .PP -\fB\-\-env\fR -.RS 3n +\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