diff options
-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 |