diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-21 22:35:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-21 22:35:10 +0000 |
commit | b4b1fa73a42eddd55dfcf3fb05182f0694bff8c3 (patch) | |
tree | 417e29d24a9c2e06b8f94defc1859b71f2aed9de /lib | |
parent | dfc3aad38f234542aca43083499b9aacf52943dd (diff) | |
download | coreutils-b4b1fa73a42eddd55dfcf3fb05182f0694bff8c3.tar.xz |
Comment fix to match the above.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/argmatch.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/argmatch.h b/lib/argmatch.h index deb908fb9..e8bb23c66 100644 --- a/lib/argmatch.h +++ b/lib/argmatch.h @@ -1,5 +1,7 @@ /* argmatch.h -- definitions and prototypes for argmatch.c - Copyright (C) 1990, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. + + Copyright (C) 1990, 1998, 1999, 2001, 2002, 2004 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -55,7 +57,7 @@ int argmatch (char const *arg, char const *const *arglist, /* xargmatch calls this function when it fails. This function should not return. By default, this is a function that calls ARGMATCH_DIE which - in turn defaults to `exit (EXIT_FAILURE)'. */ + in turn defaults to `exit (exit_failure)'. */ typedef void (*argmatch_exit_fn) (void); extern argmatch_exit_fn argmatch_die; |