diff options
Diffstat (limited to 'udev.8')
-rw-r--r-- | udev.8 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |