The prefix 0x may be capitalized as 0X. See ISO/IEC 9899:1999. Signed-off-by: Heinrich Schuchardt <xypron.glpk@xxxxxx> --- man3/strtol.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/strtol.3 b/man3/strtol.3 index 3b2a10126..a236e7671 100644 --- a/man3/strtol.3 +++ b/man3/strtol.3 @@ -70,7 +70,7 @@ followed by a single optional \(aq+\(aq or \(aq\-\(aq sign. If .I base is zero or 16, the string may then include a -"0x" prefix, and the number will be read in base 16; otherwise, a +"0x" or "0X" prefix, and the number will be read in base 16; otherwise, a zero .I base is taken as 10 (decimal) unless the next character -- 2.11.0 -- 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