CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/15 22:08:58

Index: src/m4.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/m4.c,v
retrieving revision 1.1.1.1.2.17
retrieving revision 1.1.1.1.2.18
diff -u -b -r1.1.1.1.2.17 -r1.1.1.1.2.18
--- src/m4.c    13 Jul 2006 22:09:54 -0000      1.1.1.1.2.17
+++ src/m4.c    15 Jul 2006 22:08:58 -0000      1.1.1.1.2.18
@@ -215,6 +215,11 @@
 \n\
 If no FILE or if FILE is `-', standard input is read.\n\
 ", stdout);
+      fputs ("\
+\n\
+Exit status is 0 for success, 1 for failure, or whatever value was passed\n\
+to the m4exit macro.\n\
+", stdout);
     }
   exit (status);
 }


Reply via email to