diff options
-rw-r--r-- | chapter06/glibc.xml | 8 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index a0f3b4277..4f142cca4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -12,7 +12,7 @@ <indexterm zone="ch-system-glibc"><primary sortas="a-Glibc">Glibc</primary></indexterm> <sect2 role="package"><title/> -<para>The Glibc package contains the main C library. This library provides +<para>The Glibc package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on.</para> @@ -60,7 +60,7 @@ of achieving a clean build.</para> threading libraries installed by Glibc. Unpack the tarball from within the Glibc source directory:</para> -<screen><userinput>tar -xf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> +<screen><userinput>tar -xf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> <para>Glibc has two tests which fail when the running kernel is 2.6.11 or later. The problem has been determined to be with the tests themselves, not with the @@ -120,7 +120,7 @@ make -k check >glibc-check-log 2>&1 ; grep Error glibc-check-log </userinput></screen> <para>On at least i686 you can expect to see failures in the <emphasis>test-double -</emphasis> and <emphasis>test-idouble</emphasis> math tests with +</emphasis> and <emphasis>test-idouble</emphasis> math tests with gcc-&gcc-version;, as well as an expected (ignored) failure in <emphasis> posix/annexc</emphasis>. These two failures in the math tests appear to be harmless.</para> @@ -321,7 +321,7 @@ getent, iconv, iconvconfig, ldconfig, ldd, lddlibc4, locale, localedef, mtrace, nscd, nscd_nischeck, pcprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace, zdump, and zic</seg> <seg>ld.so, libBrokenLocale.[a,so], -libSegFault.so, libanl.[a,so], libbsd-compat.a, libc.[a,so], +libSegFault.so, libanl.[a,so], libbsd-compat.a, libc.[a,so], libcrypt.[a,so], libdl.[a,so], libg.a, libieee.a, libm.[a,so], libmcheck.a, libmemusage.so, libnsl.a, libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so, libpcprofile.so, diff --git a/general.ent b/general.ent index f01194c86..3807056d4 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050917"> -<!ENTITY releasedate "September 17, 2005"> +<!ENTITY version "SVN-20050918"> +<!ENTITY releasedate "September 18, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |