From: Paul Eggert Date: Fri, 15 Oct 2004 19:31:47 +0000 (+0000) Subject: (usage): Mention Unicode, and use H for hex digits. X-Git-Tag: COREUTILS-5_3_0~538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c34c0ac31e3921b8d3f66ef57aac82d24a3451bf;p=platform%2Fupstream%2Fcoreutils.git (usage): Mention Unicode, and use H for hex digits. --- diff --git a/src/printf.c b/src/printf.c index 49175b4..e6c2eaa 100644 --- a/src/printf.c +++ b/src/printf.c @@ -128,10 +128,9 @@ FORMAT controls the output as in C printf. Interpreted sequences are:\n\ \\v vertical tab\n\ "), stdout); fputs (_("\ - \\xNN byte with hexadecimal value NN (1 to 2 digits)\n\ -\n\ - \\uNNNN character with hexadecimal value NNNN (4 digits)\n\ - \\UNNNNNNNN character with hexadecimal value NNNNNNNN (8 digits)\n\ + \\xHH byte with hexadecimal value HH (1 to 2 digits)\n\ + \\uHHHH Unicode (ISO/IEC 10646) character with hex value HHHH (4 digits)\n\ + \\UHHHHHHHH Unicode character with hex value HHHHHHHH (8 digits)\n\ "), stdout); fputs (_("\ %% a single %\n\