summaryrefslogtreecommitdiff
path: root/manual/argp.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-24 05:41:25 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-24 05:41:25 +0000
commit7603ea28d333d47f8e45e33515362ec55d381877 (patch)
treebea0b39db5db660696f86369635be85811b0d165 /manual/argp.texi
parentcf9e9ad98feb55d11f93aa4e069c81ee06c2a6a3 (diff)
Update.
* string/endian.h: Explain the _*_ENDIAN constant values a bit more. Patch by scarlet@mit.edu [PR libc/1799]. * io/ftwtest-sh: Add -f parameter to chmod if -R is also given. [PR libc/1792]. * argp/argp-parse.c (parser_finalize): Reverse order in which parsers are run for ARGP_KEY_END. [PR libc/1755].
Diffstat (limited to 'manual/argp.texi')
-rw-r--r--manual/argp.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/argp.texi b/manual/argp.texi
index 0a5d56dc7d..8410856ae1 100644
--- a/manual/argp.texi
+++ b/manual/argp.texi
@@ -495,7 +495,9 @@ case ARGP_KEY_ARGS:
@comment argp.h
@comment GNU
@item ARGP_KEY_END
-There are no more command line arguments at all.
+There are no more command line arguments at all. The parser functions
+are called in different order (means children first) for this value
+which allows each parser to clean up its state for the parent.
@comment argp.h
@comment GNU