Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    rc9aabf1 r79ac947  
    2424    <title/>
    2525
    26     <para>The Bash package contains the Bourne-Again SHell.</para>
     26    <para>The Bash package contains the Bourne-Again Shell.</para>
    2727
    2828    <segmentedlist>
     
    4343    <para>Prepare Bash for compilation:</para>
    4444
    45     <screen><userinput remap="configure">./configure --prefix=/usr             \
    46             --without-bash-malloc    \
    47             --with-installed-readline \
    48             --docdir=/usr/share/doc/bash-&bash-version;</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/usr                      \
     46            --docdir=/usr/share/doc/bash-&bash-version; \
     47            --without-bash-malloc              \
     48            --with-installed-readline</userinput></screen>
    4949
    5050    <variablelist>
     
    7474<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
    7575
    76     <para>The testsuite of the package is designed to be run as a non-&root;
    77     user that owns the terminal connected to standard input.  To satisfy the
     76    <para>The test suite of this package is designed to be run as a non-&root;
     77    user who owns the terminal connected to standard input.  To satisfy the
    7878    requirement, spawn a new pseudo terminal using
    7979    <application>Expect</application> and run the tests as the <systemitem
Note: See TracChangeset for help on using the changeset viewer.