* [PATCH] udev - add %s{filename} to man page
@ 2004-02-17 18:47 Kay Sievers
2004-02-17 19:03 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2004-02-17 18:47 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 120 bytes --]
Add the new %s{filename} to the udev man page.
And add the automatic start of udevd to the udevd man page.
thanks,
Kay
[-- Attachment #2: 01-add-s-format-to-man-page.patch --]
[-- Type: text/plain, Size: 1200 bytes --]
===== udev.8 1.39 vs edited =====
--- 1.39/udev.8 Tue Feb 17 02:26:34 2004
+++ edited/udev.8 Tue Feb 17 19:39:30 2004
@@ -195,6 +195,13 @@
(This does not work within the
.B PROGRAM
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
.B %%
The '%' char itself.
===== udevd.8 1.1 vs edited =====
--- 1.1/udevd.8 Tue Feb 17 04:09:57 2004
+++ edited/udevd.8 Tue Feb 17 19:30:47 2004
@@ -20,16 +20,20 @@
.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 it will never run more
-than one instance for a single device.
+than one instance for a single device at the same time.
.br
.B udevd
receives the events from
.B udevsend
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"
-.BR udev (8)
+.BR udev (8), hotplug (8)
.SH AUTHORS
.B udevd
was developed primarily by Kay Sievers <kay.sievers@vrfy.org>, with much help
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-17 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-17 18:47 [PATCH] udev - add %s{filename} to man page Kay Sievers
2004-02-17 19:03 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).