From: Alejandro Colomar Date: Sun, 23 Mar 2025 18:43:37 +0000 (+0100) Subject: man/man3/strtoul.3: The prefix "0X" is equivalent to "0x" X-Git-Tag: man-pages-6.14~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87cde07f6a6b86f151743108eb0f4584d84befbc;p=thirdparty%2Fman-pages.git man/man3/strtoul.3: The prefix "0X" is equivalent to "0x" strtol(3) mentiones both, but this page somehow forgot the uppercase variant. Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/strtoul.3 b/man/man3/strtoul.3 index c4f8961a4..c6a2bb9be 100644 --- a/man/man3/strtoul.3 +++ b/man/man3/strtoul.3 @@ -59,7 +59,7 @@ 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