From ad63031e49abc18a961c4b4302312744a487f417 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Tue, 17 Feb 2004 19:02:39 -0800 Subject: [PATCH] [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. --- udev.8 | 7 +++++++ udevd.8 | 12 ++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/udev.8 b/udev.8 index 9291f3324..603ca45cb 100644 --- a/udev.8 +++ b/udev.8 @@ -195,6 +195,13 @@ returned string. (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. diff --git a/udevd.8 b/udevd.8 index 401e9b2ad..59dc0206c 100644 --- a/udevd.8 +++ b/udevd.8 @@ -20,16 +20,20 @@ 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 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 , with much help -- 2.30.2