diff options
author | 2011-09-03 23:24:51 +0000 | |
---|---|---|
committer | 2011-09-03 23:24:51 +0000 | |
commit | ef8b5cf98f5af6ce8a492fe43a3b00407ba4f2da (patch) | |
tree | 6a2c7a65ebc285b96e43acd3c0bc9e3936dca917 /lib/libc/stdlib | |
parent | make -column lists pretty again; (diff) | |
download | wireguard-openbsd-ef8b5cf98f5af6ce8a492fe43a3b00407ba4f2da.tar.xz wireguard-openbsd-ef8b5cf98f5af6ce8a492fe43a3b00407ba4f2da.zip |
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 |