diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-12-11 16:47:14 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-12-11 16:47:14 -0600 |
commit | 75aef881b75eb5e09c067ce8623827dfdff898ea (patch) | |
tree | 261b886f755da930b09d21b70a4dba3259dab142 /chapter08/m4.xml | |
parent | f07d91ba37cc22006413e80eefdc8d9a4b72b36b (diff) |
Changed "front-end" to "front end". Webster says the hyphenated
version is an adjective. When "front end" is a noun, as it is here,
it should be spelled as two words.
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> |