diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 03:38:15 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-27 03:38:15 +0000 |
commit | 7e602eabe602030b09e5d299f8c7e5c2a751081b (patch) | |
tree | f54e772e160681a99c859ebe4e1f691aaa147e15 /chapter05/gcc-pass2-inst.xml | |
parent | 72b845e68138e36852a54b46657f8db376c73e12 (diff) |
Chapter 6 - Clarify remaining PTY issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index a22419cb0..e4f4febfb 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -16,7 +16,7 @@ simple test:</para> <para>If you receive the message:</para> -<para><screen>The system has no more ptys. Ask your system administrator to create more.</screen></para> +<blockquote><screen>The system has no more ptys. Ask your system administrator to create more.</screen></blockquote> <para>Your host distribution is not set up for proper PTY operation. In this case there is no point in running the test suites for GCC and Binutils until you |