Loading...
stdlib/FreeBSD/strtol.3 Libc-498 Libc-391.2.10
--- Libc/Libc-498/stdlib/FreeBSD/strtol.3
+++ Libc/Libc-391.2.10/stdlib/FreeBSD/strtol.3
@@ -34,7 +34,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)strtol.3	8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/stdlib/strtol.3,v 1.20 2005/01/22 18:02:58 ache Exp $
+.\" $FreeBSD: src/lib/libc/stdlib/strtol.3,v 1.19 2002/10/10 04:31:57 tjr Exp $
 .\"
 .Dd November 28, 2001
 .Dt STRTOL 3
@@ -173,8 +173,7 @@
 the global variable
 .Va errno
 is set to
-.Er EINVAL
-(the last feature is not portable across all platforms).
+.Er EINVAL .
 If an overflow or underflow occurs,
 .Va errno
 is set to
@@ -194,8 +193,7 @@
 The value of
 .Fa base
 is not supported or
-no conversion could be performed
-(the last feature is not portable across all platforms).
+no conversion could be performed.
 .It Bq Er ERANGE
 The given string was out of range; the value converted has been clamped.
 .El