X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.8;h=b367d3981391327652dfd6e996691411fbd68af4;hp=8ebcf7bd997e4c66bda8ea4fb3d524dec41246a0;hb=fa19f1811c20b6ec3631cecca9aa18ff2413eebb;hpb=b86f56ff0936b8bf3fddfc60bbb2697b74a3fcf7 diff --git a/udev.8 b/udev.8 index 8ebcf7bd9..b367d3981 100644 --- a/udev.8 +++ b/udev.8 @@ -220,6 +220,10 @@ to the symlink list of the rule which will create the node. This makes it possible to specify additional symlinks in a possibly separate rules file, while the device nodes are maintained by the distribution provided rules file. +.TP +.B OWNER, GROUP, MODE +The permissions for this device. Every specified value overwrites the value +given in the permissions file. .P .RB "The " NAME " ," SYMLINK " and " PROGRAM fields support simple printf-like string substitution: @@ -249,7 +253,10 @@ field for the obvious reason.) .br A single part of the string, separated by a space character may be selected by specifying the part number as a attribute: -.BI %c{ part } +.BI %c{ N } +If the number is followed by the + char this part plus +all remaining parts of the result string are substituted: +.BI %c{ N+ } .TP .BI %s{ filename } The content of a sysfs attribute.