Ignore:
Timestamp:
08/31/2004 09:42:58 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
7f49e10
Parents:
3be2393
Message:

Line wrap in screen blocks to fit the line length in PDF output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r3be2393 r00cc7ce  
    4646set up for proper PTY operation:</para>
    4747
    48 <screen><computeroutput>The system has no more ptys.  Ask your system administrator to create more.</computeroutput></screen>
     48<screen><computeroutput>The system has no more ptys. 
     49Ask your system administrator to create more.</computeroutput></screen>
    4950
    5051<para>This issue needs to be resolved before running the test suites
     
    5960<para>Prepare Binutils for compilation:</para>
    6061
    61 <screen><userinput>../binutils-&binutils-version;/configure --prefix=/usr --enable-shared</userinput></screen>
     62<screen><userinput>../binutils-&binutils-version;/configure --prefix=/usr \
     63    --enable-shared</userinput></screen>
    6264
    6365<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.