diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-07-04 12:27:00 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-07-04 12:27:00 +0200 |
commit | c8ff4b3db440f1c3124b0e4e4efc68f1177c5964 (patch) | |
tree | d58f928a97c88b01c768ebfc3034a03c662593a0 /docs | |
parent | f1e9ccb94d7a1d9bec95d8e267fea6f3e150640a (diff) |
remove broken %e enumeration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/udev_vs_devfs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/udev_vs_devfs b/docs/udev_vs_devfs index fbf757d437..9e803ca309 100644 --- a/docs/udev_vs_devfs +++ b/docs/udev_vs_devfs @@ -101,7 +101,7 @@ And now for udev: want to deviate away from this standard (for example when naming some devices in a persistent manner), it is easily possible to do so. - 3) udev is small (49Kb binary) and is entirely in userspace, which + 3) udev is small and is entirely in userspace, which is swapable, and doesn't have to be running at all times. Nice, 7 out of 7 for udev. Makes you think the problems and constraints @@ -146,7 +146,7 @@ So, how well does udev solve its goals: As the above scenarios show, both desktop users and big iron users both need to not worry about which device is assigned to what major/minor device. - + udev doesn't care what major/minor number is assigned to a device. It merely takes the numbers that the kernel says it assigned to the device and creates a device node based on it, which the user can @@ -174,7 +174,7 @@ So, how well does udev solve its goals: For more information on how to create udev rules to name devices, please see the udev man page, and look at the example udev rules that ship with the tarball. - + So, convinced already why you should use udev instead of devfs? No. Ok, fine, I'm not forcing you to abandon your bloated, stifling policy, |