summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/strtol.34
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;
157the global variable 157the global variable
158.Va errno 158.Va errno
159is also set to 159is also set to
160.Er EINVAL, 160.Er EINVAL ,
161though this is not portable across all platforms. 161though this is not portable across all platforms.
162If overflow or underflow occurs, 162If overflow or underflow occurs,
163.Va errno 163.Va errno