diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
commit | 0d84af1cbb0dc825db3e965d5126e5b08f878067 (patch) | |
tree | 46feb76bec2b74f6ee78baa2ea65ea70ca6a8941 /chapter06/m4.xml | |
parent | 9fde3e965f7c86afb36186ec44167192a74b0d7a (diff) |
Typos and wording changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r-- | chapter06/m4.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 1bb55fed3..9308347e6 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -78,7 +78,7 @@ <!-- Don't remove the extra space, it prevet a FOP warning. --> <term><command>m4 </command></term> <listitem> - <para>copies the given files while expanding the macros that they + <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 performing macro expansion, <command>m4</command> has built-in functions for including named |