Index: m4/doc/m4.texinfo
diff -u m4/doc/m4.texinfo:1.1.1.1.2.6 m4/doc/m4.texinfo:1.1.1.1.2.7
--- m4/doc/m4.texinfo:1.1.1.1.2.6       Tue May  9 04:07:21 2006
+++ m4/doc/m4.texinfo   Thu May 11 12:56:19 2006
@@ -2080,7 +2080,7 @@
 @example
 include(`no-such-file')
 @result{}
[EMAIL PROTECTED]:2: m4: Cannot open no-such-file: No such file or directory
[EMAIL PROTECTED]:2: m4: Cannot open no-such-file: No such file or directory
 sinclude(`no-such-file')
 @result{}
 @end example
@@ -2821,7 +2821,7 @@
 define(`foo', `666')
 @result{}
 eval(`foo'/6)
[EMAIL PROTECTED]:14: m4: Bad expression in eval: foo/6
[EMAIL PROTECTED]:14: m4: Bad expression in eval: foo/6
 @result{}
 eval(foo/6)
 @result{}111
@@ -3054,7 +3054,7 @@
 @example
 errprint(`m4:'__file__:__line__: `Input error
 ')
[EMAIL PROTECTED]:56.errprint:2: Input error
[EMAIL PROTECTED]:m4.input:2: Input error
 @result{}
 @end example
 
@@ -3079,7 +3079,7 @@
 ')m4exit(1)')
 @result{}
 fatal_error(`This is a BAD one, buster')
[EMAIL PROTECTED]: 57.m4exit: 5: fatal error: This is a BAD one, buster
[EMAIL PROTECTED]: m4.input: 5: fatal error: This is a BAD one, buster
 @end example
 
 After this macro call, @code{m4} will exit with exit code 1.  This macro


Reply via email to