diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 20:01:55 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-07 20:01:55 +0000 |
commit | 56346b5a736e8e2b1c34ebda238f0b6453ed182a (patch) | |
tree | 819c4acd40347f5d3f4da839f4bb7ad0df81ef42 /chapter06 | |
parent | ffa0932ddae71f611f381ade2e8853ce83861938 (diff) |
Fixed the remaining beginpage tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | chapter06/shadow.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 87df36dda..b2b8b94bd 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -298,6 +298,8 @@ libpthread.[a,so], libresolv.[a,so], librpcsvc.a, librt.[a,so], libthread_db.so, and libutil.[a,so]</seg></seglistitem> </segmentedlist> +<beginpage/> + <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index e06674759..480ab92ab 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -82,6 +82,8 @@ file while copying it to its destination:</para> rm /lib/libshadow.so ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen> +<beginpage/> + <para>The <parameter>-D</parameter> option of the <command>useradd</command> program requires the <filename class="directory">/etc/default</filename> directory for it to work |