changeset 1665:765e44aca88a

tweak comment
author Jim Meyering <jim@meyering.net>
date Mon, 25 Jan 1999 13:58:34 +0000
parents 1b8587b7178a
children d055f19f4195
files lib/argmatch.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/argmatch.h
+++ b/lib/argmatch.h
@@ -53,9 +53,9 @@
 # define ARGCASEMATCH(Arg, Arglist, Vallist) \
   argcasematch ((Arg), (Arglist), (const char *) (Vallist), sizeof (*(Vallist)))
 
-/* Function called when xargmatch fails.  Should not return.  By
-   default, set to a function calling the macro ARGMATCH_EXIT_FAILURE
-   which, by default is `exit (2)'.  */
+/* Function called when xargmatch fails.  It should not return.
+   By default, this is a function that calls ARGMATCH_DIE which
+   in turn defaults to `exit (EXIT_FAILURE)'.  */
 typedef void (*argmatch_exit_fn) PARAMS ((void));
 extern argmatch_exit_fn argmatch_die;