From 7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 10 Feb 2015 21:54:19 +0000 Subject: Minor text and punctuation updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/m4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/m4.xml') diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 783aca41d..ca2f5b582 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -80,13 +80,13 @@ m4 copies the given files while expanding the macros that they - contain. These macros are either built-in or user-defined and can + contain [These macros are either built-in or user-defined and can take any number of arguments. Besides performing macro expansion, m4 has built-in functions for including named files, running Unix commands, performing integer arithmetic, manipulating text, recursion, etc. The m4 program can be used either as a front-end to a compiler or as a macro processor - in its own right + in its own right.] m4 -- cgit v1.2.3-54-g00ecf