diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/m4-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/m4-desc.xml')
-rw-r--r-- | appendixa/m4-desc.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/appendixa/m4-desc.xml b/appendixa/m4-desc.xml index a62317f38..7c01963a0 100644 --- a/appendixa/m4-desc.xml +++ b/appendixa/m4-desc.xml @@ -1,19 +1,20 @@ -<sect2> -<title>Contents</title> +<sect2><title>Contents of m4-&m4-contversion;</title> -<para>The M4 package contains the M4 processor</para> +<sect3><title>Program Files</title> +<para>m4</para></sect3> -</sect2> - -<sect2> -<title>Description</title> +<sect3><title>Descriptions</title> +<sect4><title>m4</title> <para>M4 is a macro processor. It copies input to output expanding macros as it goes. Macros are either built-in or user-defined and can take any number of arguments. Besides just doing macro expansion m4 has built-in functions for including named files, running UNIX commands, doing integer arithmetic, manipulating text in various ways, recursion, etc. M4 can be used either -as a front-end to a compiler or as a macro processor in its own right.</para> +as a front-end to a compiler or as a macro processor in its own +right.</para></sect4> + +</sect3> </sect2> |