diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c8847411a..d6508508f 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -115,9 +115,8 @@ circumstance.</para></important> <para>Test the results:</para> -<screen><userinput> -make -k check >glibc-check-log 2>&1 ; grep Error glibc-check-log -</userinput></screen> +<screen><userinput>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 @@ -177,7 +176,7 @@ instructions, instead of the <parameter>install-locales</parameter> target used above, will install the minimum set of locales necessary for the tests to run successfully:</para> -<screen><userinput>mkdir -pv /usr/lib/locale +<screen role="nodump"><userinput>mkdir -pv /usr/lib/locale localedef -i de_DE -f ISO-8859-1 de_DE localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro localedef -i en_HK -f ISO-8859-1 en_HK |