summaryrefslogtreecommitdiff
path: root/udev.8
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2003-11-21 06:47:29 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:06:25 -0700
commitcb08e0f2531f910fcd46a24b2fa0eb8049165b02 (patch)
treebaa309004fba5f025460fa4827d98a2b92a68484 /udev.8
parent8f43a65e4f0b545d705cc4cf9f31fa336b0cf8f3 (diff)
[PATCH] namedev.c - change order of fields in CALLOUT
I want to bring the CALLOUT field ordering in line with the other methods, cause the current parsing relies on the ordering it's good to have it like the others. The BUS= is now the first expected field. Also made the last two remaining field names to uppercase and the man page callout example is updated.
Diffstat (limited to 'udev.8')
-rw-r--r--udev.82
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.8 b/udev.8
index e46caaf322..079d15f4d1 100644
--- a/udev.8
+++ b/udev.8
@@ -105,7 +105,7 @@ TOPOLOGY, BUS="usb", PLACE="2.3", NAME="mouse1"
REPLACE, KERNEL="ttyUSB1", NAME="pda"
# if /sbin/scsi_id returns "OEM 0815" device will be called disk1
-CALLOUT, PROGRAM="/sbin/scsi_id" BUS="scsi", ID="OEM 0815" NAME="disk1"
+CALLOUT, BUS="scsi", PROGRAM="/sbin/scsi_id", ID="OEM 0815", NAME="disk1"
# USB webcams to be called webcam0, webcam1, ...
LABEL, BUS="usb", model="WebCam Version 3", NAME="webcam%n"