From 7603ea28d333d47f8e45e33515362ec55d381877 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Jul 2000 05:41:25 +0000 Subject: 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]. --- manual/argp.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manual/argp.texi') 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 -- cgit v1.2.3