summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <>2011-09-03 23:24:51 +0000
committerjmc <>2011-09-03 23:24:51 +0000
commitbfaad91d4b3218d7c70dd75bdb030ce18108f822 (patch)
tree13890b22e9b3de562f2380e9e343df33731bb3f9 /src/lib/libc/stdlib
parentf5713a2509e3bb297b4f9438c723d4f2adcca691 (diff)
downloadopenbsd-bfaad91d4b3218d7c70dd75bdb030ce18108f822.tar.gz
openbsd-bfaad91d4b3218d7c70dd75bdb030ce18108f822.tar.bz2
openbsd-bfaad91d4b3218d7c70dd75bdb030ce18108f822.zip
some minor tweaks;
Diffstat (limited to 'src/lib/libc/stdlib')
-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