diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/groff.xml | 2 | ||||
-rw-r--r-- | chapter08/m4.xml | 2 |
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> |