Changeset 6c511d85
- Timestamp:
- 08/19/2005 10:51:46 PM (19 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- b2c8a77
- Parents:
- a938e5e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
ra938e5e r6c511d85 115 115 </listitem> 116 116 117 <listitem><para>August 19th, 2005 [matt]: Upgrade to Udev-068</para></listitem> 118 117 119 <listitem><para>August 19th, 2005 [matt]: Upgrade to IANA-etc-2.00</para></listitem> 118 120 -
chapter06/udev.xml
ra938e5e r6c511d85 18 18 <segtitle>&buildtime;</segtitle> 19 19 <segtitle>&diskspace;</segtitle> 20 <seglistitem><seg>0.1 SBU</seg><seg> 2.7MB</seg></seglistitem>20 <seglistitem><seg>0.1 SBU</seg><seg>3.8 MB</seg></seglistitem> 21 21 </segmentedlist> 22 22 … … 73 73 <segtitle>Installed programs</segtitle> 74 74 <segtitle>Installed directory</segtitle> 75 <seglistitem><seg>udev, udev d, udevsend, udevstart, udevinfo,and udevtest</seg>75 <seglistitem><seg>udev, udevcontrol, udevd, udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg> 76 76 <seg>/etc/udev</seg></seglistitem> 77 77 </segmentedlist> … … 90 90 </listitem></varlistentry> 91 91 92 <varlistentry id="udevcontrol"> 93 <term><command>udevcontrol</command></term> 94 <listitem> 95 <para>Configures a number of options for the running <command>udevd</command> 96 daemon, such as the log level.</para> 97 <indexterm zone="ch-system-udev udevcontrol"><primary sortas="b-udevcontrol">udevcontrol</primary> 98 </indexterm> 99 </listitem></varlistentry> 100 92 101 <varlistentry id="udevd"> 93 102 <term><command>udevd</command></term> … … 97 106 thus avoiding various race conditions</para> 98 107 <indexterm zone="ch-system-udev udevd"><primary sortas="b-udevd">udevd</primary></indexterm> 108 </listitem></varlistentry> 109 110 <varlistentry id="udevinfo"> 111 <term><command>udevinfo</command></term> 112 <listitem> 113 <para>Allows users to query the <command>udev</command> database for 114 information on any device currently present on the system; it also 115 provides a way to query any device in the <systemitem 116 class="filesystem">sysfs</systemitem> tree to help create udev 117 rules</para> 118 <indexterm zone="ch-system-udev udevinfo"><primary sortas="b-udevinfo">udevinfo</primary></indexterm> 119 </listitem></varlistentry> 120 121 <varlistentry id="udevmonitor"> 122 <term><command>udevmonitor</command></term> 123 <listitem> 124 <para>Prints the event received from the kernel and the event which 125 <command>udev</command> sends out after rule processing</para> 126 <indexterm zone="ch-system-udev udevmonitor"><primary sortas="b-udevmonitor">udevmonitor</primary> 127 </indexterm> 99 128 </listitem></varlistentry> 100 129 … … 119 148 </varlistentry> 120 149 121 <varlistentry id="udevinfo">122 <term><command>udevinfo</command></term>123 <listitem>124 <para>Allows users to query the <command>udev</command> database for125 information on any device currently present on the system; it also126 provides a way to query any device in the <systemitem127 class="filesystem">sysfs</systemitem> tree to help create udev128 rules</para>129 <indexterm zone="ch-system-udev udevinfo"><primary sortas="b-udevinfo">udevinfo</primary></indexterm>130 </listitem></varlistentry>131 132 150 <varlistentry id="udevtest"> 133 151 <term><command>udevtest</command></term> -
general.ent
ra938e5e r6c511d85 78 78 <!ENTITY tcl-version "8.4.11"> 79 79 <!ENTITY texinfo-version "4.8"> 80 <!ENTITY udev-version "06 7">80 <!ENTITY udev-version "068"> 81 81 <!ENTITY util-linux-version "2.12q"> 82 82 <!ENTITY vim-version "6.3">
Note:
See TracChangeset
for help on using the changeset viewer.