diff options
Diffstat (limited to 'chapter08/m4.xml')
-rw-r--r-- | chapter08/m4.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/m4.xml b/chapter08/m4.xml index 13b032a25..14ce93291 100644 --- a/chapter08/m4.xml +++ b/chapter08/m4.xml @@ -89,7 +89,7 @@ echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> <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 + can be used either as a front end to a compiler or as a macro processor in its own right</para> <indexterm zone="ch-system-m4 m4"> <primary sortas="b-m4">m4</primary> |