CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/05/31 13:28:23

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.127
retrieving revision 1.1.1.1.2.128
diff -u -b -r1.1.1.1.2.127 -r1.1.1.1.2.128
--- doc/m4.texinfo      29 May 2007 13:19:47 -0000      1.1.1.1.2.127
+++ doc/m4.texinfo      31 May 2007 13:28:23 -0000      1.1.1.1.2.128
@@ -385,8 +385,8 @@
 @acronym{GNU} @code{m4} 1.4 that were floating around the net and
 released 1.4.3 and 1.4.4.  And in 2006, Eric Blake joined the team and
 prepared patches for the release of 1.4.5, 1.4.6, 1.4.7, and 1.4.8.  The
-1.4.x series remains open for bug fixes, including release 1.4.9 in
-2007.
+1.4.x series remains open for bug fixes, including release 1.4.9 and
+1.4.10 in 2007.
 
 Meanwhile, development has continued on new features for @code{m4}, such
 as dynamic module loading and additional builtins.  When complete,
@@ -4902,11 +4902,11 @@
 @result{}5000
 ifelse(format(`%010F', `infinity'), `       INF', `success',
        format(`%010F', `infinity'), `  INFINITY', `success',
-       `fail')
+       format(`%010F', `infinity'))
 @result{}success
 ifelse(format(`%.1A', `1.999'), `0X1.0P+1', `success',
        format(`%.1A', `1.999'), `0X2.0P+0', `success',
-       `fail')
+       format(`%.1A', `1.999'))
 @result{}success
 @end example
 


Reply via email to