diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-09-15 16:27:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-09-15 16:27:03 +0000 |
commit | ff097a94f58bad9c6265ac018d65be2a43ef1e05 (patch) | |
tree | 16fea817ad30bd6925883e85cb2326479d71e902 /chapter06 | |
parent | a751c8d6e8ed93fbad6d02cc8a23582403e52245 (diff) |
Text clarifications
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | chapter06/openssl.xml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c7e09499c..2c8363816 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -166,7 +166,7 @@ cd build</userinput></screen> esac</userinput></screen> <note><para>The symbolic link above is needed to run the tests at this - stage of building in the chroot envirnment. It will be overwritten + stage of building in the chroot environment. It will be overwritten in the install phase below.</para></note> <screen><userinput remap="test">make check</userinput></screen> diff --git a/chapter06/openssl.xml b/chapter06/openssl.xml index 125cd9ffc..941a6ae8d 100644 --- a/chapter06/openssl.xml +++ b/chapter06/openssl.xml @@ -64,8 +64,7 @@ <screen><userinput remap="test">make test</userinput></screen> - <para>One subtest in the test 20-test_enc.t fails in the lfs chroot - environment, but passes when run as a regular user.</para> + <para>One subtest in the test 20-test_enc.t is known to fail.</para> <para>Install the package:</para> |