mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
[PATCH] udev - add %s{filename} to man page
Add the new %s{filename} to the udev man page. And add the automatic start of udevd to the udevd man page.
This commit is contained in:
parent
20f86361f4
commit
ad63031e49
7
udev.8
7
udev.8
@ -195,6 +195,13 @@ returned string.
|
|||||||
(This does not work within the
|
(This does not work within the
|
||||||
.B PROGRAM
|
.B PROGRAM
|
||||||
field for the obvious reason.)
|
field for the obvious reason.)
|
||||||
|
.br
|
||||||
|
A single part of the string, separated by the space character
|
||||||
|
my be selected by specifying the part number as a attribute:
|
||||||
|
.BI %c{ part }
|
||||||
|
.TP
|
||||||
|
.BI %s{ filename }
|
||||||
|
The content of a sysfs attribute.
|
||||||
.TP
|
.TP
|
||||||
.B %%
|
.B %%
|
||||||
The '%' char itself.
|
The '%' char itself.
|
||||||
|
12
udevd.8
12
udevd.8
@ -20,16 +20,20 @@ For each event a
|
|||||||
.BR udev (8)
|
.BR udev (8)
|
||||||
instance is executed in the background. All further events for the same device
|
instance is executed in the background. All further events for the same device
|
||||||
are delayed until the execution is finished. This way it will never run more
|
are delayed until the execution is finished. This way it will never run more
|
||||||
than one instance for a single device.
|
than one instance for a single device at the same time.
|
||||||
.br
|
.br
|
||||||
.B udevd
|
.B udevd
|
||||||
receives the events from
|
receives the events from
|
||||||
.B udevsend
|
.B udevsend
|
||||||
which is called by
|
which is called by
|
||||||
.BR hotplug (8)
|
.BR hotplug (8).
|
||||||
|
If
|
||||||
|
.B udevd
|
||||||
|
isn't already running,
|
||||||
|
.B udevsend
|
||||||
|
will start it.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR udev (8)
|
.BR udev (8), hotplug (8)
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.B udevd
|
.B udevd
|
||||||
was developed primarily by Kay Sievers <kay.sievers@vrfy.org>, with much help
|
was developed primarily by Kay Sievers <kay.sievers@vrfy.org>, with much help
|
||||||
|
Loading…
Reference in New Issue
Block a user