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


From: Eric Blake
Subject: Changes to m4/doc/m4.texinfo,v
Date: Fri, 22 Dec 2006 21:42:43 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/12/22 21:42:43

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- doc/m4.texinfo      21 Dec 2006 14:17:17 -0000      1.83
+++ doc/m4.texinfo      22 Dec 2006 21:42:42 -0000      1.84
@@ -652,12 +652,13 @@
 with respect to file names is significant.
 
 @item --safer
-Cripple the builtins @code{maketemp}, @code{mkstemp} (@pxref{Mkstemp}),
+Cripple the following builtins, since each can perform potentially
+unsafe actions: @code{maketemp}, @code{mkstemp} (@pxref{Mkstemp}),
 @code{mkdtemp} (@pxref{Mkdtemp}), @code{debugfile} (@pxref{Debugfile}),
address@hidden (@pxref{Syscmd}), and @code{esyscmd} (@pxref{Esyscmd}),
-since they can perform potentially unsafe actions.  An attempt to use
-these macros will result in an error.  This option is intended to make
-it safer to preprocess an input file of unknown origin.
address@hidden (@pxref{Syscmd}), and @code{esyscmd} (@pxref{Esyscmd}).
+An attempt to use any of these macros will result in an error.  This
+option is intended to make it safer to preprocess an input file of
+unknown origin.
 
 @item -W
 @itemx --warnings
@@ -4201,7 +4202,7 @@
 @end deffn
 
 @example
-define(`cleanup', `This is the `cleanup' actions.
+define(`cleanup', `This is the `cleanup' action.
 ')
 @result{}
 m4wrap(`cleanup')
@@ -4209,7 +4210,7 @@
 This is the first and last normal input line.
 @result{}This is the first and last normal input line.
 ^D
address@hidden is the cleanup actions.
address@hidden is the cleanup action.
 @end example
 
 The saved input is only reread when the end of normal input is seen, and
@@ -4635,8 +4636,6 @@
 Diversion one: divnum
 divert(`2')
 Diversion two: divnum
-divert
address@hidden
 ^D
 @result{}
 @result{}Diversion one: 1
@@ -5411,7 +5410,7 @@
 exponentiate for @samp{^}, it now computes the bitwise exclusive-or.
 
 Numbers without special prefix are given decimal.  A simple @samp{0}
-prefix introduces an octal number.  @samp{0x} introduces an hexadecimal
+prefix introduces an octal number.  @samp{0x} introduces a hexadecimal
 number.  @samp{0b} introduces a binary number.  @samp{0r} introduces a
 number expressed in any radix between 1 and 36: the prefix should be
 immediately followed by the decimal expression of the radix, a colon,
@@ -5880,9 +5879,9 @@
 @end deffn
 
 @example
-errprint(`Illegal arguments to forloop
+errprint(`Invalid arguments to forloop
 ')
address@hidden arguments to forloop
address@hidden arguments to forloop
 @result{}
 errprint(`1')errprint(`2',`3
 ')




reply via email to

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