[PATCH] Fix "localedef --posix" description

Allan McRae allan@archlinux.org
Sun Dec 2 10:01:00 GMT 2012


2012-12-02	Allan McRae	<allan@archlinux.org>

	*locale/programs/localedef.c: Fix description of '--posix' flag.

---
 locale/programs/localedef.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index 864fc55..c2efd22 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_("Be strictly POSIX conformant") },
   { "quiet", OPT_QUIET, NULL, 0,
     N_("Suppress warnings and information messages") },
   { "verbose", 'v', NULL, 0, N_("Print more messages") },
-- 
1.8.0.1



More information about the Libc-alpha mailing list