]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man/man3/strtoul.3: The prefix "0X" is equivalent to "0x"
authorAlejandro Colomar <alx@kernel.org>
Sun, 23 Mar 2025 18:43:37 +0000 (19:43 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 23 Mar 2025 18:43:59 +0000 (19:43 +0100)
commit87cde07f6a6b86f151743108eb0f4584d84befbc
treefe70ce71398184114968600a8f093d6d2bc41ff7
parent5f4d8a396bde29a21775cc0403c64a1d7c2b16c1
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 <alx@kernel.org>
man/man3/strtoul.3