summaryrefslogtreecommitdiff
path: root/udev.8
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-02-17 19:02:39 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:28 -0700
commitad63031e49abc18a961c4b4302312744a487f417 (patch)
tree202e887430756bb377285758f2570d51b90dce6a /udev.8
parent20f86361f48da48b08e1b73b04e22ea098f64e72 (diff)
[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.
Diffstat (limited to 'udev.8')
-rw-r--r--udev.87
1 files changed, 7 insertions, 0 deletions
diff --git a/udev.8 b/udev.8
index 9291f33242..603ca45cba 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.