diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 15:25:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-06 15:25:48 +0000 |
commit | 11ce06ae65258859cc43ab338e2a81f880b011e4 (patch) | |
tree | 5beb41dca40b1fa68041dfd0c86d981387c5af42 /chapter05/oldnsslib.xml | |
parent | e3f06c0127185ea72d51f06fe812031e459df463 (diff) |
Removed indentation from commands (from <blockquote><literallayout> to
<para><screen>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/oldnsslib.xml')
-rw-r--r-- | chapter05/oldnsslib.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/chapter05/oldnsslib.xml b/chapter05/oldnsslib.xml index 87357d6e0..54d5f8a3f 100644 --- a/chapter05/oldnsslib.xml +++ b/chapter05/oldnsslib.xml @@ -9,9 +9,11 @@ and groupid's. You can check which C library version your normal Linux system uses by simply executing the library, like this: </para> -<blockquote><literallayout> - <userinput>/lib/libc.so.6</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>/lib/libc.so.6</userinput> +</screen> +</para> <para> The first line will give you the release version. Following lines contain @@ -19,9 +21,11 @@ interesting information. If you have Glibc-2.0.x installed on your starting distribution, copy the NSS library files by running: </para> -<blockquote><literallayout> - <userinput>cp -av /lib/libnss* $LFS/lib</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>cp -av /lib/libnss* $LFS/lib</userinput> +</screen> +</para> </sect1> |