diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-24 16:12:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-24 16:12:41 +0000 |
commit | 23b9ed7f637ecfa054fb99921334dfedf8e089d6 (patch) | |
tree | c3388d70718d99195c95628d078b2d8590947b07 /chapter06 | |
parent | 2a97593553736fc01983a7aea29aaed140d1a9e2 (diff) |
Text clarification
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 065643edb..a753bb4f6 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -112,8 +112,8 @@ <screen><userinput remap="test">su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> - <para>The test-getlogin test is known to fail on a virtual console, but - passes if run in a X terminal.</para> + <para>The test-getlogin test is known to fail on a virtual console such as + the chroot envronment here, but passes if run in a X terminal.</para> <para>Remove the temporary group:</para> |