diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-21 05:18:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-21 05:18:41 +0000 |
commit | 0b9fbf003af00a2a22164333bbe709aa9abbcdc9 (patch) | |
tree | 756c272dc78bb25678664d433e2cbbd9a66d3b00 /manual/getopt.texi | |
parent | 9861985fafa348a103f5812bae80a85ca8b6c5dd (diff) | |
download | glibc-0b9fbf003af00a2a22164333bbe709aa9abbcdc9.tar glibc-0b9fbf003af00a2a22164333bbe709aa9abbcdc9.tar.gz glibc-0b9fbf003af00a2a22164333bbe709aa9abbcdc9.tar.bz2 glibc-0b9fbf003af00a2a22164333bbe709aa9abbcdc9.zip |
Update.
* manual/getopt.texi (Using the getopt function): Fix description of
return value for format string starting with '-' (PR libc/1551).
Patch by Raúl Núñez de Arenas Coronado <dervishd@jazzfree.com>
* sunrpc/clnt_perr.c (rpc_errlist): Fix index for RPC_PROGVERSMISMATCH.
Patch by jens.moeller@westgeo.com (PR libc/1550).
* locale/programs/ld-collate.c (struct element_t): Add wclast
and compute it where necessary.
(collate_output): Insert indirect references in the right order.
Diffstat (limited to 'manual/getopt.texi')
-rw-r--r-- | manual/getopt.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/getopt.texi b/manual/getopt.texi index aefb034566..f388c99394 100644 --- a/manual/getopt.texi +++ b/manual/getopt.texi @@ -85,7 +85,7 @@ written to expect this. @item If the @var{options} argument string begins with a hyphen (@samp{-}), this is treated specially. It permits arguments that are not options to be -returned as if they were associated with option character @samp{\0}. +returned as if they were associated with option character @samp{\1}. @item POSIX demands the following behaviour: The first non-option stops option |