locale.5: Fix country_isbn format

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.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Marko Myllynen 2015-05-12 17:21:19 +03:00 committed by Michael Kerrisk
parent 1f4f51b5b3
commit d8826256c6
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,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.