mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 06:25:25 +03:00
9d00984375
On Mon, Jul 12, 2004 at 11:14:28AM -0400, esr@thyrsus.com wrote: > This is automatically generated email about problems in a man page for which > you appear to be responsible. If you are not the right person or list, tell > me and I will attempt to correct my database. > > See http://catb.org/~esr/doclifter/problems.html for details on how and > why these patches were generated. Feel free to email me with any questions. > > Note: This patch does not change the mod date of the manual page. You > may wish to do that by hand. > > Problems with udevd.8: > > 1. There are multiple name lines. This makes it impossible to translate > the page to DocBook. It may also confuse some implementations > of man -k. > > --- udevd.8-orig 2004-07-10 06:35:12.032545856 -0400 > +++ udevd.8 2004-07-10 06:36:19.301319448 -0400 > @@ -1,8 +1,6 @@ > .TH UDEVD 8 "February 2004" "" "Linux Administrator's Manual" > .SH NAME > -udevd \- udev event serializer daemon > -.br > -udevsend \- sends the event to udevd > +udevd, udevdsend \- udev event serializer daemon and udev event sender > .SH SYNOPSIS > -- > Eric S. Raymond > Thanks Eric, udevsend.8 is only a symlink to udevd.8, so I attached a stripped down patch to this mail.
55 lines
1.5 KiB
Groff
55 lines
1.5 KiB
Groff
.TH UDEVD 8 "February 2004" "" "Linux Administrator's Manual"
|
|
.SH NAME
|
|
udevd, udevdsend \- udev event serializer daemon and udev event sender
|
|
.SH SYNOPSIS
|
|
.BI udevsend " hotplug-subsystem"
|
|
.sp
|
|
The environment must provide the following variables:
|
|
.TP
|
|
.B ACTION
|
|
.IR add " or " remove
|
|
signifies the connection or disconnection of a device.
|
|
.TP
|
|
.B DEVPATH
|
|
The sysfs devpath of the device without the mountpoint but a leading slash.
|
|
.TP
|
|
.B SEQNUM
|
|
The sequence number of the event provided by the kernel.
|
|
If unset, the event bypasses the queue and will be executed immediately.
|
|
.SH "DESCRIPTION"
|
|
.B udevd
|
|
allows the serialization of
|
|
.BR hotplug (8)
|
|
events. The events generated by the kernel may arrive in random order
|
|
in userspace, that makes it neccessary to reorder them.
|
|
.br
|
|
.B udevd
|
|
takes care of the kernel supplied sequence number and arranges the events for
|
|
execution in the correct order. Missing sequences delay the execution of the
|
|
following events until a timeout is reached.
|
|
.br
|
|
For each event a
|
|
.BR udev (8)
|
|
instance is executed in the background. All further events for the same device
|
|
are delayed until the execution is finished. This way there will never be more
|
|
than one instance running for a single device at the same time.
|
|
.br
|
|
.B udevd
|
|
receives the events from
|
|
.B udevsend
|
|
which is called by
|
|
.BR hotplug (8).
|
|
If
|
|
.B udevd
|
|
isn't already running,
|
|
.B udevsend
|
|
will start it.
|
|
.SH "SEE ALSO"
|
|
.BR udev (8),
|
|
.BR udevinfo (8),
|
|
.BR hotplug (8)
|
|
.SH AUTHORS
|
|
.B udevd
|
|
was developed primarily by Kay Sievers <kay.sievers@vrfy.org>, with much help
|
|
from others.
|