Changeset 853917c for chapter06/udev.xml


Ignore:
Timestamp:
10/10/2004 02:47:05 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Children:
3a78860e
Parents:
c059c37
Message:

Misc edits

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/udev.xml

    rc059c37 r853917c  
    7171<term><command>udev</command></term>
    7272<listitem>
    73 <para>creates device nodes in <filename
     73<para>Creates device nodes in <filename
    7474class="directory">/dev</filename> or renames network interfaces (not
    7575in LFS) in response to hotplug events</para>
     
    8080<term><command>udevd</command></term>
    8181<listitem>
    82 <para>a daemon that reorders hotplug events before submitting them to
     82<para>A daemon that reorders hotplug events before submitting them to
    8383<command>udev</command>,
    8484thus avoiding various race conditions</para>
     
    8989<term><command>udevsend</command></term>
    9090<listitem>
    91 <para>delivers hotplug events to <command>udevd</command></para>
     91<para>Delivers hotplug events to <command>udevd</command></para>
    9292<indexterm zone="ch-system-udev udevsend"><primary sortas="b-udevsend">udevsend</primary></indexterm>
    9393</listitem></varlistentry>
     
    9696<term><command>udevstart</command></term>
    9797<listitem>
    98 <para>creates device nodes in <filename
     98<para>Creates device nodes in <filename
    9999class="directory">/dev</filename> that correspond to drivers compiled directly
    100100into the kernel; it performs that task by simulating hotplug events presumably
     
    109109<term><command>udevinfo</command></term>
    110110<listitem>
    111 <para>allows users to query the <command>udev</command> database for
     111<para>Allows users to query the <command>udev</command> database for
    112112information on any device currently present on the system; it also
    113113provides a way to query any device in the <systemitem
     
    120120<term><command>udevtest</command></term>
    121121<listitem>
    122 <para>simulates a <command>udev</command> run for the given device,
     122<para>Simulates a <command>udev</command> run for the given device,
    123123and prints out the name of the node the real <command>udev</command> would
    124124have created or (not in LFS) the name of the renamed network interface</para>
     
    129129<term><filename class="directory">/etc/udev</filename></term>
    130130<listitem>
    131 <para>contains <command>udev</command> configuation files,
     131<para>Contains <command>udev</command> configuation files,
    132132device permissions, and rules for device naming</para>
    133133<indexterm zone="ch-system-udev etc-udev"><primary sortas="e-etc-udev">/etc/udev</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.