From c1ab046124ebef3c82950b91ccfd1678d9f7fe5b Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Wed, 9 Feb 2005 04:37:32 +0100 Subject: [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. --- udev.8.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'udev.8.in') diff --git a/udev.8.in b/udev.8.in index aaaf231636..51c55bc5a6 100644 --- a/udev.8.in +++ b/udev.8.in @@ -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 -- cgit v1.2.3-54-g00ecf