Ticket #2365: ptys.patch

File ptys.patch, 1.2 KB (added by chris@…, 16 years ago)

Update text about ptys

  • trunk/BOOK/chapter06/binutils.xml

     
    4747
    4848<screen><userinput remap="test">expect -c "spawn ls"</userinput></screen>
    4949
    50     <para>If the following message shows up, the chroot environment is not
    51     set up for proper PTY operation:</para>
     50    <para>This command should give the following output:</para>
    5251
    53 <screen><computeroutput>The system has no more ptys.
    54 Ask your system administrator to create more.</computeroutput></screen>
     52<screen><computeroutput>spawn ls</computeroutput></screen>
    5553
    56     <para>This issue needs to be resolved before running the test suites
    57     for Binutils and GCC.</para>
     54    <para>If, instead, it gives a message saying to create more ptys,
     55    then the environment is not set up for proper PTY operation. This issue
     56    needs to be resolved before running the test suites for Binutils and GCC.</para>
    5857
     58
    5959    <para>Suppress the installation of an outdated
    6060    <filename>standards.info</filename> file as a newer one is installed later
    6161    on in the Autoconf instructions:</para>