Ignore:
Timestamp:
06/21/2006 04:26:07 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4ece6c2
Parents:
2c1ff38
Message:

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libusb.xml

    r2c1ff38 r9f12e36  
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">libusb-&libusb-version;.tar</keyword>
    23       <keyword role="ftpdir">libusb</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    148144    support &rArr; Support for Host-side USB.  Select any USB hardware device
    149145    drivers you may need on the same page.</para>
    150    
     146
    151147    <indexterm zone="libusb libusb-kernel">
    152148    <primary sortas="d-USB-device-filesystem">Support for Host-side USB</primary>
    153149    </indexterm>
    154    
    155     <para>To have raw USB devices set up properly, add the following 
    156     <application>udev</application> rule and add any users 
     150
     151    <para>To have raw USB devices set up properly, add the following
     152    <application>udev</application> rule and add any users
    157153    that need to access raw USB devices to the "usb" group.</para>
    158    
     154
    159155<screen><literal>cat &gt; /etc/udev/rules.d/23-usb-rules &lt;&lt; "EOF"
    160 # Set group ownership for raw USB devices 
    161 SUBSYSTEM=="usb_device", GROUP="usb" 
     156# Set group ownership for raw USB devices
     157SUBSYSTEM=="usb_device", GROUP="usb"
    162158EOF</literal></screen>
    163159
     
    171167    class='directory'>/usr/share/doc></filename> for details.</para>
    172168
    173 <screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8", 
     169<screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8",
    174170SYSFS{idProduct}=="4002", GROUP:="scanner"</literal></screen>
    175171
Note: See TracChangeset for help on using the changeset viewer.