Changeset ef13657 for chapter06/m4.xml


Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/m4.xml

    r6e41459 ref13657  
    4040<userinput>make check</userinput>.</para>
    4141
    42 <para>And install the package:</para>
     42<para>Install the package:</para>
    4343
    4444<screen><userinput>make install</userinput></screen>
     
    6060<listitem>
    6161<indexterm zone="ch-system-m4 m4"><primary sortas="b-m4">m4</primary></indexterm>
    62 <para>copies the given files
    63 while expanding the macros that they contain. These macros are either built-in
    64 or user-defined and can take any number of arguments. Besides just doing macro
    65 expansion, <command>m4</command> has built-in functions for including named files, running Unix
    66 commands, doing integer arithmetic, manipulating text in various ways,
    67 recursion, and so on. The <command>m4</command> program can be used either as a front-end to a
    68 compiler or as a macro processor in its own right.</para>
     62<para>copies the given files while expanding the macros that they
     63contain. These macros are either built-in or user-defined and can take
     64any number of arguments. Besides performing macro expansion,
     65<command>m4</command> has
     66built-in functions for including named files, running Unix commands,
     67performing integer arithmetic, manipulating text, recursion, etc. The
     68<command>m4</command> program can be used either as a front-end to a compiler or as a
     69macro processor in its own right.</para>
    6970</listitem>
    7071</varlistentry>
     
    7475
    7576</sect1>
     77
Note: See TracChangeset for help on using the changeset viewer.