chiark / gitweb /
[PATCH] Add infiniband to gentoo rules.
[elogind.git] / udev.8.in
index 4b8691f84265ab109ad402d13753dd6bef0c3d4b..51c55bc5a6adc83cfc7ea609f8ce7ab2a284c2a7 100644 (file)
--- a/udev.8.in
+++ b/udev.8.in
@@ -176,7 +176,7 @@ distribution provided rules file.
 .TP
 .B OWNER, GROUP, MODE
 The permissions for the device node. Every specified value overwrites the
-default value specified in the config file.
+compiled-in default value.
 .P
 .RB "The " NAME ", " SYMLINK ", " PROGRAM ", " OWNER " and " GROUP
 fields support simple printf-like string substitutions:
@@ -188,6 +188,9 @@ For example, 'sda3' has a "kernel number" of '3'.
 .B %k
 The "kernel name" for the device.
 .TP
+.B %p
+The devpath for the device.
+.TP
 .B %M
 The kernel major number for the device.
 .TP
@@ -211,6 +214,10 @@ If the number is followed by the + char this part plus
 all remaining parts of the result string are substituted:
 .BI %c{ N+ }
 .TP
+.B %N
+The name of a created temporary device node to provide access to the
+device from a external program.
+.TP
 .BI %s{ filename }
 The content of a sysfs attribute.
 .TP