diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-11-18 06:52:48 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-11-18 06:52:48 +0000 |
commit | 46f32959bcad82661c2af160005a7f512cb5a49d (patch) | |
tree | 07118ac48ade8b82935e910fa333bd34fce5e6a8 /man3p/strtol.3p | |
parent | 360a22978285004c3efe25318dcabd291a3e1bc8 (diff) |
ffix
Diffstat (limited to 'man3p/strtol.3p')
-rw-r--r-- | man3p/strtol.3p | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3p/strtol.3p b/man3p/strtol.3p index c5331e326..dececf2f4 100644 --- a/man3p/strtol.3p +++ b/man3p/strtol.3p @@ -86,7 +86,7 @@ shall be negated. A pointer to the final string shall be stored in the object pointed to by \fIendptr\fP, provided that \fIendptr\fP is not a null pointer. .LP -In other than the C \ or POSIX locales, other +In other than the C or POSIX locales, other implementation-defined subject sequences may be accepted. .LP If the subject sequence is empty or does not have the expected form, @@ -107,7 +107,7 @@ then check \fIerrno\fP. .LP Upon successful completion, these functions shall return the converted value, if any. If no conversion could be performed, 0 -shall be returned \ and \fIerrno\fP may be set to [EINVAL]. +shall be returned and \fIerrno\fP may be set to [EINVAL]. .LP If the correct value is outside the range of representable values, {LONG_MIN}, {LONG_MAX}, {LLONG_MIN}, or {LLONG_MAX} shall be |