diff options
author | greg@kroah.com <greg@kroah.com> | 2003-11-24 23:45:38 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:04 -0700 |
commit | 36043f8418c8a0e8decb090c1ea22092fe9c976a (patch) | |
tree | f17cd4f01783e088462b0b721922228a38e03744 /udev.config | |
parent | 5c6f0f141d43703fe84b8c0ddcebf9b79001daf9 (diff) |
[PATCH] add test and documentation for new %D devfs format modifier
Diffstat (limited to 'udev.config')
-rw-r--r-- | udev.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/udev.config b/udev.config index 3eb688a3a0..7e67d3a3b4 100644 --- a/udev.config +++ b/udev.config @@ -7,6 +7,9 @@ # %b - the bus id for the device # %c - the return value for the CALLOUT program (note, this doesn't work within # the PROGRAM field for the obvious reason.) +# %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' # # Looking for scsi bus id 42:0:0:1 |