summaryrefslogtreecommitdiff
path: root/udev.8
diff options
context:
space:
mode:
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.