From 87cde07f6a6b86f151743108eb0f4584d84befbc Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 23 Mar 2025 19:43:37 +0100 Subject: [PATCH] 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 --- man/man3/strtoul.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2