diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-01-09 21:18:00 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-01-09 21:18:00 +0100 |
commit | 1aa1e24848903d11780db1ade355be73ad61a937 (patch) | |
tree | fb15c937a1a6e9f0197c905cc7af6ee5df8b108c /docs | |
parent | 47fbf3c58260e3fed1078061f8d45e01b0e120f0 (diff) |
replace libsysfs
We never used any of the libsysfs convenience features. Here we replace
it completely with 300 lines of code, which are much simpler and a bit
faster cause udev(d) does not open any syfs file for a simple event which
does not need any parent device information.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/udev.xml | 7 | ||||
-rw-r--r-- | docs/udevtest.xml | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/docs/udev.xml b/docs/udev.xml index e87dbab880..7f6a30df52 100644 --- a/docs/udev.xml +++ b/docs/udev.xml @@ -362,13 +362,6 @@ </varlistentry> <varlistentry> - <term><option>%b</option>, <option>$id</option></term> - <listitem> - <para>The kernel bus id for this device.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>%n</option>, <option>$number</option></term> <listitem> <para>The kernel number for this device. For example, 'sda3' has diff --git a/docs/udevtest.xml b/docs/udevtest.xml index ceea0413c5..2b39eebab0 100644 --- a/docs/udevtest.xml +++ b/docs/udevtest.xml @@ -37,7 +37,7 @@ <refsynopsisdiv> <cmdsynopsis> - <command>udevtest <filename>device-path</filename> <replaceable>subsystem</replaceable></command> + <command>udevtest <filename>device-path</filename></command> </cmdsynopsis> </refsynopsisdiv> |