diff options
author | jmc <> | 2011-09-03 23:24:51 +0000 |
---|---|---|
committer | jmc <> | 2011-09-03 23:24:51 +0000 |
commit | fc9a2b080b5adf9f9015ddb96cb0116abd0ffc1a (patch) | |
tree | 13890b22e9b3de562f2380e9e343df33731bb3f9 /src | |
parent | 2ce67632d30f199a5bcbfb85e54eea7270ba3aca (diff) | |
download | openbsd-fc9a2b080b5adf9f9015ddb96cb0116abd0ffc1a.tar.gz openbsd-fc9a2b080b5adf9f9015ddb96cb0116abd0ffc1a.tar.bz2 openbsd-fc9a2b080b5adf9f9015ddb96cb0116abd0ffc1a.zip |
some minor tweaks;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/strtol.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3 index 8575e2cf58..6f9037a645 100644 --- a/src/lib/libc/stdlib/strtol.3 +++ b/src/lib/libc/stdlib/strtol.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: strtol.3,v 1.21 2011/09/03 22:59:07 jmc Exp $ | 32 | .\" $OpenBSD: strtol.3,v 1.22 2011/09/03 23:24:51 jmc Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: September 3 2011 $ | 34 | .Dd $Mdocdate: September 3 2011 $ |
35 | .Dt STRTOL 3 | 35 | .Dt STRTOL 3 |
@@ -157,7 +157,7 @@ If no conversion could be performed, 0 is returned; | |||
157 | the global variable | 157 | the global variable |
158 | .Va errno | 158 | .Va errno |
159 | is also set to | 159 | is also set to |
160 | .Er EINVAL, | 160 | .Er EINVAL , |
161 | though this is not portable across all platforms. | 161 | though this is not portable across all platforms. |
162 | If overflow or underflow occurs, | 162 | If overflow or underflow occurs, |
163 | .Va errno | 163 | .Va errno |