This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-32-gfd80f0b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  fd80f0b7a144a17222795a68691db3d97da5f730 (commit)
      from  e6898b8d922981bbf5a30c8d1e0ac5b67cfab32f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fd80f0b7a144a17222795a68691db3d97da5f730

commit fd80f0b7a144a17222795a68691db3d97da5f730
Author: Allan McRae <allan@archlinux.org>
Date:   Sun Dec 2 19:56:13 2012 +1000

    Fix "localedef --posix" description

diff --git a/ChangeLog b/ChangeLog
index 1467406..3abe4aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-03	Allan McRae	<allan@archlinux.org>
+
+	* locale/programs/localedef.c: Fix description of '--posix' flag.
+
 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
 
 	* NEWS: Update dates in second copyright notice.
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index cc94828..16129bb 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") },

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   |    4 ++++
 locale/programs/localedef.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]