m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/doc/m4.texinfo,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo,v [branch-1_4]
Date: Mon, 03 Jul 2006 17:01:08 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/03 17:01:07

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.30
retrieving revision 1.1.1.1.2.31
diff -u -b -r1.1.1.1.2.30 -r1.1.1.1.2.31
--- doc/m4.texinfo      3 Jul 2006 13:16:18 -0000       1.1.1.1.2.30
+++ doc/m4.texinfo      3 Jul 2006 17:01:07 -0000       1.1.1.1.2.31
@@ -1646,12 +1646,12 @@
 @example
 include(`forloop.m4')
 @result{}
-forloop(`i', `1', `4', `forloop(`j', `1', `8', `(i, j) ')
+forloop(`i', `1', `4', `forloop(`j', `1', `8', ` (i, j)')
 ')
address@hidden(1, 1) (1, 2) (1, 3) (1, 4) (1, 5) (1, 6) (1, 7) (1, 8) @comment
address@hidden(2, 1) (2, 2) (2, 3) (2, 4) (2, 5) (2, 6) (2, 7) (2, 8) @comment
address@hidden(3, 1) (3, 2) (3, 3) (3, 4) (3, 5) (3, 6) (3, 7) (3, 8) @comment
address@hidden(4, 1) (4, 2) (4, 3) (4, 4) (4, 5) (4, 6) (4, 7) (4, 8) @comment
address@hidden (1, 1) (1, 2) (1, 3) (1, 4) (1, 5) (1, 6) (1, 7) (1, 8)
address@hidden (2, 1) (2, 2) (2, 3) (2, 4) (2, 5) (2, 6) (2, 7) (2, 8)
address@hidden (3, 1) (3, 2) (3, 3) (3, 4) (3, 5) (3, 6) (3, 7) (3, 8)
address@hidden (4, 1) (4, 2) (4, 3) (4, 4) (4, 5) (4, 6) (4, 7) (4, 8)
 @result{}
 @end example
 
@@ -1667,7 +1667,7 @@
 @pxref{Incr}), and recurses.
 
 Here is the actual implementation of @code{forloop}, distributed as
address@hidden/forloop.m4} in this package:
address@hidden/@/forloop.m4} in this package:
 
 @example
 undivert(`forloop.m4')
@@ -2372,7 +2372,7 @@
 
 The rest of this section assumes that @code{m4} is invoked with the
 @samp{-I} option pointing to the @file{examples} directory shipped as
-part of the GNU @code{m4} package.  The file @file{examples/incl.m4} in
+part of the GNU @code{m4} package.  The file @file{examples/@/incl.m4} in
 the distribution contains the lines:
 @comment ignore
 @example
@@ -2611,7 +2611,7 @@
 argument, the contents of the file named will be copied, uninterpreted, to
 the current output.  This complements the builtin @code{include}
 (@pxref{Include}).  To illustrate the difference, the file
address@hidden/foo} contains the word @samp{bar}:
address@hidden/@/foo} contains the word @samp{bar}:
 
 @example
 define(`bar', `BAR')
@@ -3877,7 +3877,7 @@
 processes all arguments, with output separated by spaces.
 
 However, it is possible to emulate @acronym{POSIX} behavior by
-including the file @file{examples/wrapfifo.m4} from the distribution:
+including the file @file{examples/@/wrapfifo.m4} from the distribution:
 
 @example
 undivert(`wrapfifo.m4')dnl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]