diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-04-05 00:08:10 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-04-05 00:08:10 +0200 |
commit | 7baada47bea60dd192067fd36778a77481a3ed3a (patch) | |
tree | 49677fa48a5470872a4b2d3c5858325d15a827b9 /udevsettle.8 | |
parent | 2b3f8e93ca4fff33ae0885c01c0a1fc238e58f7f (diff) |
udevd: export current seqnum and add udevsettle
Diffstat (limited to 'udevsettle.8')
-rw-r--r-- | udevsettle.8 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/udevsettle.8 b/udevsettle.8 new file mode 100644 index 0000000000..601553980d --- /dev/null +++ b/udevsettle.8 @@ -0,0 +1,32 @@ +.\" ** 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. +.TH "UDEVSETTLE" "8" "March 2006" "udev" "udevsettle" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +udevsettle \- wait until queued kernel/udev events are handled +.SH "SYNOPSIS" +.HP 11 +\fBudevsettle\fR [\fB\-\-timeout=\fR\fB\fIseconds\fR\fR] +.SH "DESCRIPTION" +.PP +Waits watching the udev event queue and exits if all current events are handled. +.SH "OPTIONS" +.TP +\fB\-\-timeout=\fR\fB\fIseconds\fR\fR +maximum seconds to wait for the queue to become empty. +.SH "ENVIRONMENT" +.TP +\fBUDEV_LOG\fR +Overrides the syslog priority specified in the config file. +.SH "AUTHOR" +.PP +Written by Kay Sievers +<kay.sievers@vrfy.org>. +.SH "SEE ALSO" +.PP +\fBudev\fR(7) |