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 5a55147b6..ae0c573d2 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -62,9 +62,9 @@ Gettext, Glibc, Grep, Make, Perl, Sed</seg></seglistitem> <para>copies the given files while expanding the macros that they contain. These macros are either built-in or user-defined and can take any number of arguments. Besides just doing macro -expansion, m4 has built-in functions for including named files, running Unix +expansion, <command>m4</command> has built-in functions for including named files, running Unix commands, doing integer arithmetic, manipulating text in various ways, -recursion, and so on. The m4 program can be used either as a front-end to a +recursion, and so on. 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> </listitem> </varlistentry> |