aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorDavid Bryant <davidbryant@gvtc.com>2022-12-11 16:47:14 -0600
committerDavid Bryant <davidbryant@gvtc.com>2022-12-11 16:47:14 -0600
commit75aef881b75eb5e09c067ce8623827dfdff898ea (patch)
tree261b886f755da930b09d21b70a4dba3259dab142 /chapter08
parentf07d91ba37cc22006413e80eefdc8d9a4b72b36b (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')
-rw-r--r--chapter08/groff.xml2
-rw-r--r--chapter08/m4.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/groff.xml b/chapter08/groff.xml
index 1b0870d9d..e5ae875f3 100644
--- a/chapter08/groff.xml
+++ b/chapter08/groff.xml
@@ -222,7 +222,7 @@
<varlistentry id="groff">
<term><command>groff</command></term>
<listitem>
- <para>A front-end to the groff document formatting system; normally, it
+ <para>A front end to the groff document formatting system; normally, it
runs the <command>troff</command> program and a post-processor
appropriate for the selected device</para>
<indexterm zone="ch-system-groff groff">
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>