All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] locale.5: fix country_isbn format
@ 2015-05-12 14:21 Marko Myllynen
  0 siblings, 0 replies; only message in thread
From: Marko Myllynen @ 2015-05-12 14:21 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

Both plain numbers and Unicode code points are used in glibc locales but checking the code reveals that country_isbn is handled like the rest of its category expect for country_num which was clarified earlier.

---
 man5/locale.5 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man5/locale.5 b/man5/locale.5
index d2c67dc..bc9ed8e 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -213,7 +213,7 @@ followed by the numeric country code as plain numbers (ISO 3166).
 followed by the code for the country car number.
 .TP
 .I country_isbn
-followed by the ISBN code as plain numbers (for books).
+followed by the ISBN code (for books).
 .TP
 .I lang_name
 followed by the language name in the language of the current document.
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-12 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 14:21 [PATCH] locale.5: fix country_isbn format Marko Myllynen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.