aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-26 21:14:37 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-26 21:14:37 +0000
commit8c16bf77f3af6ed1837871f61e130986c9b0773f (patch)
treea38c1d05f00114a3e38f22c422ea8de54a958bc8
parentbc37722c55e3b41a676609122f991cbb7096a4b2 (diff)
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
-rw-r--r--chapter06/glibc.xml4
-rw-r--r--stylesheets/lfs.css5
2 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index bb2921041..854931cd8 100644
--- a/chapter06/glibc.xml
+++ b/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>
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index f3de7f496..c62e1aa50 100644
--- a/stylesheets/lfs.css
+++ b/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;
}