[Clfs-commits] commit: r4715 - /trunk/BOOK/final-system/common/binutils.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Feb 18 19:48:38 PST 2009


Author: chris at beaker67.com
Date: Thu Feb 19 03:48:37 2009
New Revision: 4715

Log:
Text clarification to explain the correct output for expect test command

Modified:
    trunk/BOOK/final-system/common/binutils.xml

Modified: trunk/BOOK/final-system/common/binutils.xml
==============================================================================
--- trunk/BOOK/final-system/common/binutils.xml (original)
+++ trunk/BOOK/final-system/common/binutils.xml Thu Feb 19 03:48:37 2009
@@ -31,14 +31,13 @@
 
 <screen os="c" role="nodump"><userinput>expect -c "spawn ls"</userinput></screen>
 
-    <para os="d">If the following message shows up, the environment is not
-    set up for proper PTY operation:</para>
-
-<screen os="e"><computeroutput>The system has no more ptys.
-Ask your system administrator to create more.</computeroutput></screen>
-
-    <para os="f">This issue needs to be resolved before running the test suites
-    for Binutils and GCC.</para>
+    <para os="d">This command should give the following output:</para>
+
+<screen os="e"><computeroutput>spawn ls</computeroutput></screen>
+
+    <para os="f">If, instead, it gives a message saying to create more ptys,
+    then the environment is not set up for proper PTY operation. This issue
+    needs to be resolved before running the test suites for Binutils and GCC.</para>
 
 <!--
     <para os="p1">The following patch contains a number of updates to the




More information about the Clfs-commits mailing list