Changeset b1092d9
- Timestamp:
- 01/11/2016 04:03:26 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2882aa24
- Parents:
- 2875c661
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2875c661 rb1092d9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1 0th &year;">9 <!ENTITY releasedate "January 11th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libgusb.xml
r2875c661 rb1092d9 82 82 <bridgehead renderas="sect4">Recommended</bridgehead> 83 83 <para role="recommended"> 84 <xref linkend="gobject-introspection"/> and 84 <xref linkend="gobject-introspection"/>, 85 <xref linkend="usbutils"/> (for <filename>usb.ids</filename> data file, 86 which is also required for the tests), and 85 87 <xref linkend="vala"/> 86 88 </para> -
general/sysutils/usbutils.xml
r2875c661 rb1092d9 112 112 113 113 <para> 114 To install the <filename>usb.ids</filename> data file, using 115 <xref linkend="wget"/>, run, as the 116 <systemitem class="username">root</systemitem> user: 117 </para> 118 119 <screen role="root"><userinput>install -dm755 /usr/share/hwdata/ && 120 wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen> 121 122 <para> 114 123 The script <command>lsusb.py</command> displays information in a more 115 124 easily readable form than <command>lsusb</command>. To find the options, … … 135 144 <para> 136 145 The <filename>usb.ids</filename> data file is constantly being updated. 137 To get a current version of this file, using <xref linkend="wget"/>, run, 138 as the <systemitem class="username">root</systemitem> user:</para> 139 140 <screen role="root"><userinput>install -dm755 /usr/share/hwdata/ && 141 wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen> 146 To get a current version of this file, using <xref linkend="wget"/>, 147 periodically run again, as the 148 <systemitem class="username">root</systemitem> user: 149 </para> 150 151 <screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen> 142 152 143 153 <para>
Note:
See TracChangeset
for help on using the changeset viewer.