Changeset 6e41459 for chapter05/grep.xml


Ignore:
Timestamp:
08/08/2004 02:10:39 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ef13657
Parents:
78349b7
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/grep.xml

    r78349b7 r6e41459  
    3838<varlistentry>
    3939<term><parameter>--disable-perl-regexp</parameter></term>
    40 <listitem><para>This makes sure that <command>grep</command> does not
    41 get linked against a PCRE library that may be present on the host and would not be
    42 available once we enter the chroot environment.</para></listitem>
     40<listitem><para>This makes sure that the <command>grep</command>
     41program does not get linked against a Perl Compatible Regular
     42Expression (PCRE) library that may be present on the host and would
     43not be available once we enter the chroot
     44environment.</para></listitem>
    4345</varlistentry>
    4446
    4547<varlistentry>
    4648<term><parameter>--with-included-regex</parameter></term>
    47 <listitem><para>This ensures that
    48 Grep uses its internal regular expression code. Without this switch, Grep will
    49 use the code from Glibc, which is known to be slightly buggy.</para></listitem>
     49<listitem><para>This ensures that Grep uses its internal regular
     50expression code.  Without this switch, Grep will use the code from
     51Glibc, which is known to be buggy.</para></listitem>
    5052</varlistentry>
    5153</variablelist>
     
    5557<screen><userinput>make</userinput></screen>
    5658
    57 <para>(If you want to test the results, then issue:
    58 <userinput>make check</userinput>.)</para>
     59<para>To test the results, issue: <userinput>make
     60check</userinput>.</para>
    5961
    60 <para>Then install them and their documentation:</para>
     62<para>Install the package:</para>
    6163
    6264<screen><userinput>make install</userinput></screen>
     
    6971
    7072</sect1>
     73
Note: See TracChangeset for help on using the changeset viewer.