diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-03 23:24:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-03 23:24:52 +0000 |
commit | 05768381d39e27d36bd909e03234c2ab49d6472e (patch) | |
tree | 73256b59d02b8fb772bba9b92dd371c970a3f9bb /lib/libc/stdlib | |
parent | 0451f3d56ea81c5bb90e2ad8622098dcbf5878cd (diff) |
some minor tweaks;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 8575e2cf580..6f9037a645d 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.21 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: strtol.3,v 1.22 2011/09/03 23:24:51 jmc Exp $ .\" .Dd $Mdocdate: September 3 2011 $ .Dt STRTOL 3 @@ -157,7 +157,7 @@ If no conversion could be performed, 0 is returned; the global variable .Va errno is also set to -.Er EINVAL, +.Er EINVAL , though this is not portable across all platforms. If overflow or underflow occurs, .Va errno |