diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-09 17:57:09 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-09 17:57:09 +0000 |
commit | 9041d47ec127fd8cfa2137ee601af4014a8d23c1 (patch) | |
tree | a7504416eab7b590d1eb1e89581c9e601233f89c /chapter05 | |
parent | 39df5283468b77fc83099bbc33fd7354c30cccb4 (diff) |
Updated some entities to account for the website migration.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 098c4223b..78118cc60 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -52,11 +52,11 @@ performing a quick test:</para> <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> -<para>If the above message is received, the host does not have its -PTYs set up properly. In this case, there is no point in running the -test suites for GCC and Binutils until this issue is resolved. Please -consult the LFS FAQ at <ulink url="&faq-root;"/> for more -information on how to get PTYs working.</para> +<para>If the above message is received, the host does not have its PTYs set up +properly. In this case, there is no point in running the test suites for GCC and +Binutils until this issue is resolved. Please consult the LFS FAQ at <ulink +url="&lfs-root;/lfs/faq.html#no-ptys"/> for more information on how to get PTYs +working.</para> <para>First correct a known problem and make an essential adjustment:</para> |