strtoul.3: Fix NOTES section constants

Reported-by: Tolga Dalman <tolga.dalman@googlemail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-08 21:22:37 +02:00
parent 87e5ebf9ff
commit 9c60f8f487
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ to C99 and POSIX.1-2001.
Since
.BR strtoul ()
can legitimately return 0 or
.B LONG_MAX
.RB ( LLONG_MAX
.B ULONG_MAX
.RB ( ULLONG_MAX
for
.BR strtoull ())
on both success and failure, the calling program should set