diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-01 16:04:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-01 16:04:00 +0000 |
commit | ea31e92687668e445e973b27dec7adea7ec41c05 (patch) | |
tree | a66431745cc43ec6be7c122452f0faee8edec996 /chapter06/coreutils.xml | |
parent | cef8931b0a1ff2d1bf078d3940cae052a029f31e (diff) |
Formatting fixes for pdf line overflow
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index f0cd87452..ba496de4e 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -106,7 +106,8 @@ <para>Now run the tests. Make sure the PATH in the <userinput>su</userinput> environment includes /tools/bin.</para> -<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> +<screen><userinput remap="test">su nobody -s /bin/bash \ + -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> <para>Remove the temporary group:</para> |