diff options
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r-- | chapter06/m4.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 783aca41d..ca2f5b582 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -80,13 +80,13 @@ <term><command>m4 </command></term> <listitem> <para>copies the given files while expanding the macros that they - contain. These macros are either built-in or user-defined and can + contain [These macros are either built-in or user-defined and can take any number of arguments. Besides performing macro expansion, <command>m4</command> has built-in functions for including named files, running Unix commands, performing integer arithmetic, manipulating text, recursion, etc. The <command>m4</command> program can be used either as a front-end to a compiler or as a macro processor - in its own right</para> + in its own right.]</para> <indexterm zone="ch-system-m4 m4"> <primary sortas="b-m4">m4</primary> </indexterm> |