Bladeren bron

Capitalized Hotplug dependencies.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 jaren geleden
bovenliggende
commit
74441fcc96
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      chapter06/hotplug.xml

+ 5 - 5
chapter06/hotplug.xml

@@ -27,7 +27,7 @@ running kernel.</para>
 
 <segmentedlist>
 <segtitle>&dependencies;</segtitle>
-<seglistitem><seg>bash, coreutils, find, gawk, make</seg></seglistitem>
+<seglistitem><seg>Bash, Coreutils, Find, Gawk, Make</seg></seglistitem>
 </segmentedlist>
 </sect2>
 
@@ -40,7 +40,7 @@ running kernel.</para>
 
 <para>Copy a file that the <quote>install</quote> target omits.</para>
 
-<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen> 
+<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen>
 
 <para>Remove the init script that Hotplug installs, since we're going to be
 using the script included with LFS-Bootscripts:</para>
@@ -52,7 +52,7 @@ that reason, remove the network hotplug agent:</para>
 
 <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
 
-<para>Create a directory for storing firmware that can be loaded by 
+<para>Create a directory for storing firmware that can be loaded by
 <command>hotplug</command>:</para>
 
 <screen><userinput>mkdir /lib/firmware</userinput></screen>
@@ -68,7 +68,7 @@ that reason, remove the network hotplug agent:</para>
 <segtitle>Installed files</segtitle>
 <seglistitem><seg>hotplug</seg>
 <seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</seg>
-<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb}, 
+<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb},
 /etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events</seg></seglistitem>
 </segmentedlist>
 
@@ -178,7 +178,7 @@ firmware loaded before use</para>
 <listitem>
 <indexterm zone="ch-system-hotplug hotplug-events"><primary
 sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
-<para>This file contains all the events that <command>hotplug</command> has 
+<para>This file contains all the events that <command>hotplug</command> has
 called since bootup</para>
 </listitem>
 </varlistentry>