mirror of git://sourceware.org/git/glibc.git
Update.
1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * locale/programs/localedef.c (options): Fix help message.
This commit is contained in:
parent
e1252e2825
commit
7c38dd46bf
|
|
@ -1,3 +1,7 @@
|
||||||
|
1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
|
* locale/programs/localedef.c (options): Fix help message.
|
||||||
|
|
||||||
1998-05-04 Ulrich Drepper <drepper@cygnus.com>
|
1998-05-04 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
|
* sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ static const struct argp_option options[] =
|
||||||
N_("Symbolic character names defined in FILE") },
|
N_("Symbolic character names defined in FILE") },
|
||||||
{ "inputfile", 'i', "FILE", 0, N_("Source definitions are found in FILE") },
|
{ "inputfile", 'i', "FILE", 0, N_("Source definitions are found in FILE") },
|
||||||
{ "repertoire-map", 'u', "FILE", 0,
|
{ "repertoire-map", 'u', "FILE", 0,
|
||||||
N_("file containing mapping from symbolic names to UCS4 values") },
|
N_("FILE contains mapping from symbolic names to UCS4 values") },
|
||||||
|
|
||||||
{ NULL, 0, NULL, 0, N_("Output control:") },
|
{ NULL, 0, NULL, 0, N_("Output control:") },
|
||||||
{ "force", 'c', NULL, 0,
|
{ "force", 'c', NULL, 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue