Changeset 32bebf0


Ignore:
Timestamp:
06/20/2005 07:24:56 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
9ea2a3a
Parents:
07f6ab4
Message:

Minor wording change. (merged from trunk r6072)

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    r07f6ab4 r32bebf0  
    3838<screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>
    3939
    40 <para>The meaning of the configure option:</para>
     40<para>The meaning of the configure options:</para>
    4141
    4242<variablelist>
  • chapter05/binutils-pass2.xml

    r07f6ab4 r32bebf0  
    4949    --disable-nls --enable-shared --with-lib-path=/tools/lib</userinput></screen>
    5050
    51 <para>The meaning of the new configure option:</para>
     51<para>The meaning of the new configure options:</para>
    5252
    5353<variablelist>
  • chapter05/perl.xml

    r07f6ab4 r32bebf0  
    3838<screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'</userinput></screen>
    3939
    40 <para>The meaning of the configure option:</para>
     40<para>The meaning of the configure options:</para>
    4141
    4242<variablelist>
  • chapter06/bash.xml

    r07f6ab4 r32bebf0  
    4545    --without-bash-malloc --with-installed-readline</userinput></screen>
    4646
    47 <para>The meaning of the configure option:</para>
     47<para>The meaning of the configure options:</para>
    4848
    4949<variablelist>
  • chapter06/glibc.xml

    r07f6ab4 r32bebf0  
    7070    --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen>
    7171
    72 <para>The meaning of the new configure option:</para>
     72<para>The meaning of the new configure options:</para>
    7373
    7474<variablelist>
  • chapter06/less.xml

    r07f6ab4 r32bebf0  
    3333<screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen>
    3434
    35 <para>The meaning of the configure option:</para>
     35<para>The meaning of the configure options:</para>
    3636
    3737<variablelist>
  • chapter06/mktemp.xml

    r07f6ab4 r32bebf0  
    4040<screen><userinput>./configure --prefix=/usr --with-libc</userinput></screen>
    4141
    42 <para>The meaning of the configure option:</para>
     42<para>The meaning of the configure options:</para>
    4343
    4444<variablelist>
  • chapter06/perl.xml

    r07f6ab4 r32bebf0  
    3636<screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
    3737
    38 <para>The meaning of the configure option:</para>
     38<para>The meaning of the configure options:</para>
    3939
    4040<variablelist>
  • chapter06/psmisc.xml

    r07f6ab4 r32bebf0  
    3434<screen><userinput>./configure --prefix=/usr --exec-prefix=""</userinput></screen>
    3535
    36 <para>The meaning of the configure option:</para>
     36<para>The meaning of the configure options:</para>
    3737
    3838<variablelist>
Note: See TracChangeset for help on using the changeset viewer.