diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-02-09 04:37:32 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:27:32 -0700 |
commit | c1ab046124ebef3c82950b91ccfd1678d9f7fe5b (patch) | |
tree | 1b160f9cba6681028f8993ca723300611172b133 /udev.8.in | |
parent | bce52be81ec679bf080bb11f292c899d9fde084e (diff) |
[PATCH] provide temporary device node for callouts to access the device
%N will create a temporary node for a callout a be sustituted with the
name of the node.
Diffstat (limited to 'udev.8.in')
-rw-r--r-- | udev.8.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |