diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
commit | 0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 (patch) | |
tree | 5ad4fd19aadc293938df24d843121a40318c1344 /manual/argp.texi | |
parent | be594011d008677cf9679f4a10fdd10ce74c94fb (diff) | |
download | glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.gz glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.bz2 glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.zip |
Update.
2001-05-21 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-collate.c (handle_ellipsis): Fix message.
Patch by Philipp Thomas <pthomas@suse.de>.
Diffstat (limited to 'manual/argp.texi')
-rw-r--r-- | manual/argp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/argp.texi b/manual/argp.texi index d45cfb3661..329213ee50 100644 --- a/manual/argp.texi +++ b/manual/argp.texi @@ -810,7 +810,7 @@ Don't print error messages for unknown options to @code{stderr}; unless this flag is set, @code{ARGP_PARSE_ARGV0} is ignored, as @code{argv[0]} is used as the program name in the error messages. This flag implies @code{ARGP_NO_EXIT} (on the assumption that silent exiting upon errors -is bad behaviour). +is bad behavior). @comment argp.h @comment GNU |