CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/10/24 18:05:21

Index: doc/m4.texinfo
===================================================================
RCS file: /sources/m4/m4/doc/m4.texinfo,v
retrieving revision 1.1.1.1.2.139
retrieving revision 1.1.1.1.2.140
diff -u -b -r1.1.1.1.2.139 -r1.1.1.1.2.140
--- doc/m4.texinfo      18 Oct 2007 01:57:14 -0000      1.1.1.1.2.139
+++ doc/m4.texinfo      24 Oct 2007 18:05:21 -0000      1.1.1.1.2.140
@@ -6035,6 +6035,9 @@
 
 @comment options: -F /dev/null
 @example
+ifdef(`__unix__', ,
+      `errprint(` skipping: /dev/null not known to exist
+')m4exit(`77')')dnl
 traceon(`undefined')dnl
 @end example
 @end ignore


Reply via email to