diff options
-rw-r--r-- | chapter06/glibc-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index eb82e6c1f..ff2840477 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -59,7 +59,7 @@ create such a directory and make it our CWD (Current Working Directory).</para> <para><screen><userinput>mkdir ../glibc-build && -cd ../glibc-build &&</userinput></screen></para> +cd ../glibc-build</userinput></screen></para> <para>Next, configure Glibc.</para> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030101"> -<!ENTITY releasedate "January 1st, 2003"> +<!ENTITY version "20030102"> +<!ENTITY releasedate "January 2nd, 2003"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |