This commit is contained in:
Michael Kerrisk 2006-05-14 21:41:45 +00:00
parent d883fde06f
commit 8699b7dd38
2 changed files with 3 additions and 2 deletions

View File

@ -97,7 +97,8 @@ no conversion was performed (no digits seen, and 0 returned).
.SH NOTES
Since
.BR strtol ()
can legitimately 0, LONG_MAX, or LONG_MIN (LLONG_MAX or LLONG_MIN for
can legitimately return 0,
LONG_MAX, or LONG_MIN (LLONG_MAX or LLONG_MIN for
.BR strtoll ())
on both success and failure, the calling program should set
.I errno

View File

@ -99,7 +99,7 @@ no conversion was performed (no digits seen, and 0 returned).
.SH NOTES
Since
.BR strtoul ()
can legitimately 0 or LONG_MAX (LLONG_MAX for
can legitimately return 0 or LONG_MAX (LLONG_MAX for
.BR strtoull ())
on both success and failure, the calling program should set
.I errno