Hi Michael, This patch updates locale.5 to match the recent glibc change: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a837257199ffab76237385b830cc7b6179fc2f18 --- man5/locale.5 | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/man5/locale.5 b/man5/locale.5 index 6aa8b9f..da46ef7 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -127,18 +127,13 @@ The following keywords are allowed: followed by a string containing field descriptors that define the format used for postal addresses in the locale. The following field descriptors are recognized: -.\" From localedata/locales/uk_UA: .RS -.\" .TP -.\" %n -.\" BUG: %l escape sequence from ISO/IEC 14652:2002 is not supported -.\" by glibc -.\" Person's name, possibly constructed with the -.\" .B LC_NAME -.\" .I name_fmt -.\" keyword. -.\" -.\" https://sourceware.org/bugzilla/show_bug.cgi?id=16983 +.TP +%n +Person's name, possibly constructed with the +.B LC_NAME +.I name_fmt +keyword (since glibc 2.24). .TP 4 %a Care of person, or organization. @@ -174,13 +169,9 @@ Floor number. .TP %C Country designation, from the <country_post> keyword. -.\" .TP -.\" %l -.\" BUG: %l escape sequence from ISO/IEC 14652:2002 is not -.\" supported by glibc -.\" Local township within town or city. -.\" -.\" https://sourceware.org/bugzilla/show_bug.cgi?id=16983 +.TP +%l +Local township within town or city (since glibc 2.24). .TP %z Zip number, postal code. Thanks, -- Marko Myllynen -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html