summaryrefslogtreecommitdiff
path: root/etc/udev/udev.rules.devfs
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-01-13 18:31:18 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:16 -0700
commit7e5f7397f9dbbf2be421d639494576a5c8167241 (patch)
tree80027c70f4d794b162e2a20123001310534b43f0 /etc/udev/udev.rules.devfs
parent9ab314222d66d53a46ecefdeb37bec15b7dff66a (diff)
[PATCH] udev - CALLOUT is PROGRAM now
replace CALLOUT by PROGRAM and fix old rule format
Diffstat (limited to 'etc/udev/udev.rules.devfs')
-rw-r--r--etc/udev/udev.rules.devfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.rules.devfs b/etc/udev/udev.rules.devfs
index 3c45db79cf..bc3f26c1cc 100644
--- a/etc/udev/udev.rules.devfs
+++ b/etc/udev/udev.rules.devfs
@@ -9,7 +9,7 @@
# %M - the kernel major number for the device
# %m - the kernel minor number for the device
# %b - the bus id for the device
-# %c - the return value for the CALLOUT program (note, this doesn't work within
+# %c - the return value of the external 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'