diff options
| -rw-r--r-- | man/man3/strtoul.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/strtoul.3 b/man/man3/strtoul.3 index c4f8961a4d..c6a2bb9be7 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 |
