diff options
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r-- | chapter06/m4.xml | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index ae0c573d2..5b7c3a438 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -10,7 +10,6 @@ <indexterm zone="ch-system-m4"><primary sortas="a-M4">M4</primary></indexterm> <sect2 role="package"><title/> -<para>The M4 package contains a macro processor.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,11 +17,6 @@ <seglistitem><seg>0.1 SBU</seg><seg>3.0 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>M4 installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, -Gettext, Glibc, Grep, Make, Perl, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -48,27 +42,7 @@ Gettext, Glibc, Grep, Make, Perl, Sed</seg></seglistitem> <sect2 id="contents-m4" role="content"><title>Contents of M4</title> -<segmentedlist> -<segtitle>Installed program</segtitle> -<seglistitem><seg>m4</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short descriptions</title> - -<varlistentry id="m4"> -<term><command>m4</command></term> -<listitem> -<indexterm zone="ch-system-m4 m4"><primary sortas="b-m4">m4</primary></indexterm> -<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, <command>m4</command> has built-in functions for including named files, running Unix -commands, doing integer arithmetic, manipulating text in various ways, -recursion, and so on. The <command>m4</command> 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> +<para>See testing</para> </sect2> |