diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 12:04:20 +0000 |
commit | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (patch) | |
tree | 2dfab531417a3727241a1770352ef10adda89493 /chapter06/m4.xml | |
parent | 3042296e6f99f7795884e3bf6ca8a8a646488912 (diff) |
Amplied the Index entries for Hotplug and Linux-Libc-Headers.
Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r-- | chapter06/m4.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 5a55147b6..ae0c573d2 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -62,9 +62,9 @@ Gettext, Glibc, Grep, Make, Perl, Sed</seg></seglistitem> <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 +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 m4 program can be used either as a front-end to a +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> |