From 36043f8418c8a0e8decb090c1ea22092fe9c976a Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Mon, 24 Nov 2003 23:45:38 -0800 Subject: [PATCH] add test and documentation for new %D devfs format modifier --- udev.8 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'udev.8') diff --git a/udev.8 b/udev.8 index 1500b3b424..22c4586daa 100644 --- a/udev.8 +++ b/udev.8 @@ -106,6 +106,11 @@ the bus id for the device .B %c the CALLOUT program returned string (this does not work within the PROGRAM field for the obvious reason.) +.TP +.B %D +Use the devfs style disk name for this device. +For partitions, this will result in 'part%n' +If this is not a partition, it will result in 'disk' .RE .P A sample \fIudev.conf\fP might look like this: -- cgit v1.2.1