Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/udev.xml

    r360fdfca rb1774158  
    1 <?xml version="1.0" encoding="UTF-8"?>
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    130130      supported by a module. For example, the <emphasis>snd-fm801</emphasis>
    131131      driver supports PCI devices with vendor ID 0x1319 and device ID 0x0801,
    132       and has an alias of <literal>pci:v00001319d00000801sv*sd*bc04sc01i*</literal>.
     132      and has an alias of <quote>pci:v00001319d00000801sv*sd*bc04sc01i*</quote>.
    133133      For most devices, the bus driver exports the alias of the driver that
    134134      would handle the device via <systemitem
     
    136136      <filename>/sys/bus/pci/devices/0000:00:0d.0/modalias</filename> file
    137137      might contain the string
    138       <literal>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</literal>.
     138      <quote>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</quote>.
    139139      The default rules provided with udev will cause <command>udevd</command>
    140140      to call out to <command>/sbin/modprobe</command> with the contents of the
     
    226226      <literal>pre:</literal> dependencies, or a mixture of both
    227227      <literal>pre:</literal> and <literal>post:</literal> dependencies.  See
    228       the <ulink role='man' url='&man;modprobe.d.5'>modprobe.d(5)</ulink>
    229       manual page for more information on <quote>softdep</quote> syntax and
    230       capabilities.</para>
     228      the <filename>modprobe.d(5)</filename> manual page for more information
     229      on <quote>softdep</quote> syntax and capabilities.</para>
    231230
    232231      <para revision="sysv">If the module in question is not a wrapper and is
     
    302301      <para>This is due to the fact that udev, by design, handles uevents and
    303302      loads modules in parallel, and thus in an unpredictable order. This will
    304       never be <quote>fixed.</quote> You should not rely upon the kernel device
     303      never be <quote>fixed</quote>. You should not rely upon the kernel device
    305304      names being stable. Instead, create your own rules that make symlinks with
    306305      stable names based on some stable attributes of the device, such as a
Note: See TracChangeset for help on using the changeset viewer.