Added xml tag for directory

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8052 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Chris Staub 2009-10-06 19:14:27 +00:00
parent aaa763cd16
commit 5e9adc53a8

View File

@ -55,10 +55,11 @@ options snd-ens1371 index=1</literal></screen>
<para>Fine-tuning of device attributes such as group name and permissions <para>Fine-tuning of device attributes such as group name and permissions
is possible by creating extra <application>udev</application> rules, is possible by creating extra <application>udev</application> rules,
matching on something like this. The vendor and product can matching on something like this. The vendor and product can be found by
be found by searching the /sys/devices directory entries or using searching the <filename class='directory'>/sys/devices</filename> directory
<command>udevadm info</command> after the device has been attached. See the entries or using <command>udevadm info</command> after the device has been
documentation in the current <application>udev</application> directory of attached. See the documentation in the current
<application>udev</application> directory of
<filename class='directory'>/usr/share/doc</filename> for details.</para> <filename class='directory'>/usr/share/doc</filename> for details.</para>
<screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8", SYSFS{idProduct}=="4002", \ <screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8", SYSFS{idProduct}=="4002", \