bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7574: [PATCH]: echo, printf, stat: Allow only up to 8 bit octal inpu


From: Pádraig Brady
Subject: bug#7574: [PATCH]: echo, printf, stat: Allow only up to 8 bit octal input for backslash-escaped chars
Date: Tue, 07 Dec 2010 09:48:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

There is an extraneous \n in the NEWS.

Also I'd rephrase:

+(if @var{ooo} is 1 to 3 octal digits byte value) specifying a character
+to print, and @address@hidden as a hexadecimal number (if @var{hh} is
+1 to 2 hex digits) specifying a character to print.

as:

(if @var{ooo} is 1 to 3 octal digits) specifying an 8 bit character
to print, and @address@hidden as a hexadecimal number (if @var{hh} is
1 to 2 hex digits) specifying a character to print.

cheers,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]