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): -Configuring Glibc +Configuring Glibc /etc/nsswitch.conf /etc/localtime @@ -212,7 +212,7 @@ gave you. - + Configuring Dynamic Loader /etc/ld.so.conf 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; }