aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/m4.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/m4.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (diff)
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r--chapter06/m4.xml19
1 files changed, 13 insertions, 6 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index 72e2b2d56..a6e7a95f1 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -46,22 +46,29 @@ Gettext, Glibc, Grep, Make, Perl, Sed</seg></seglistitem>
</sect2>
-<sect2 id="contents-m4"><title>Contents of M4</title>
+<sect2 id="contents-m4" role="content"><title>Contents of M4</title>
-<para><emphasis>Installed program</emphasis>: m4</para>
-
-</sect2>
+<segmentedlist>
+<segtitle>Installed program</segtitle>
+<seglistitem><seg>m4</seg></seglistitem>
+</segmentedlist>
-<sect2><title>Short description</title>
+<variablelist><title>Short descriptions</title>
+<varlistentry>
+<term id="m4"><command>m4</command></term>
+<listitem>
<indexterm zone="ch-system-m4 m4"><primary sortas="b-m4">m4</primary></indexterm>
-<para id="m4"><command>m4</command> copies the given files
+<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 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, and so on. The m4 program can be used either as a front-end to a
compiler or as a macro processor in its own right.</para>
+</listitem>
+</varlistentry>
+</variablelist>
</sect2>