diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-10 22:12:30 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:07 -0700 |
commit | 525d07e78e281f5034ee29d2cd5cc144fe320431 (patch) | |
tree | 4385c10fd1f334b578c54d51a43410515af6da9b /udev.rules | |
parent | 26004fcc665d14220c5b15a15ee4b2dd5d4af314 (diff) |
[PATCH] change devfs disk name rule from 'disk' to 'disc'
Diffstat (limited to 'udev.rules')
-rw-r--r-- | udev.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.rules b/udev.rules index 3044a87b44..e497aed05b 100644 --- a/udev.rules +++ b/udev.rules @@ -9,7 +9,7 @@ # 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' +# If this is not a partition, it will result in 'disc' # # Looking for scsi bus id 42:0:0:1 |