From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Tue, 17 Feb 2004 18:47:02 +0000 Subject: [PATCH] udev - add %s{filename} to man page Message-Id: <20040217184702.GA7726@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR" List-Id: To: linux-hotplug@vger.kernel.org --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Add the new %s{filename} to the udev man page. And add the automatic start of udevd to the udevd man page. thanks, Kay --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="01-add-s-format-to-man-page.patch" ===== 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 , with much help --T4sUOijqQbZv57TR-- ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel