From: Allan McRae Date: Sun, 2 Dec 2012 09:56:13 +0000 (+1000) Subject: Fix "localedef --posix" description X-Git-Tag: glibc-2.18~903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd80f0b7a144a17222795a68691db3d97da5f730;p=thirdparty%2Fglibc.git Fix "localedef --posix" description --- diff --git a/ChangeLog b/ChangeLog index 1467406c48e..3abe4aaec8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-03 Allan McRae + + * locale/programs/localedef.c: Fix description of '--posix' flag. + 2013-01-02 Joseph Myers * NEWS: Update dates in second copyright notice. diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index cc948286ab3..16129bb8f73 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -128,7 +128,7 @@ static const struct argp_option options[] = N_("Create output even if warning messages were issued") }, { "old-style", OPT_OLDSTYLE, NULL, 0, N_("Create old-style tables") }, { "prefix", OPT_PREFIX, "PATH", 0, N_("Optional output file prefix") }, - { "posix", OPT_POSIX, NULL, 0, N_("Be strictly POSIX conform") }, + { "posix", OPT_POSIX, NULL, 0, N_("Strictly conform to POSIX") }, { "quiet", OPT_QUIET, NULL, 0, N_("Suppress warnings and information messages") }, { "verbose", 'v', NULL, 0, N_("Print more messages") },