Forráskód Böngészése

Added a bullet to the list of commands explanations.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 éve
szülő
commit
8c16bf77f3
2 módosított fájl, 7 hozzáadás és 2 törlés
  1. 2 2
      chapter06/glibc.xml
  2. 5 0
      stylesheets/lfs.css

+ 2 - 2
chapter06/glibc.xml

@@ -152,7 +152,7 @@ on the threading API (applicable to NPTL as well):</para>
 </sect2>
 
 
-<sect2 id="conf-glibc"><title>Configuring Glibc</title>
+<sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title>
 <indexterm zone="conf-glibc"><primary sortas="e-/etc/nsswitch.conf">/etc/nsswitch.conf</primary></indexterm>
 <indexterm zone="conf-glibc"><primary sortas="e-/etc/localtime">/etc/localtime</primary></indexterm>
 
@@ -212,7 +212,7 @@ gave you.</para>
 </sect2>
 
 
-<sect2 id="conf-ld">
+<sect2 id="conf-ld" role="configuration">
 <title>Configuring Dynamic Loader</title>
 <indexterm zone="conf-ld"><primary sortas="e-/etc/ld.so.conf">/etc/ld.so.conf</primary></indexterm>
 

+ 5 - 0
stylesheets/lfs.css

@@ -187,6 +187,7 @@ dd  {
   margin: 0 0 1em 3em;
   padding: 0;
 }
+
 div.variablelist dd {
   margin-bottom: 1em;
 }
@@ -195,6 +196,10 @@ div.variablelist dd p {
   margin-top: 0px;
 }
 
+dl.materials dt, div.installation dt, div.configuration dt, div.sect2 dt {
+  display: list-item;
+}
+
 dl.materials dd {
   margin-left: 0px;
 }