summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2013-05-14 20:25:07 +0000
committerhiren <hiren@FreeBSD.org>2013-05-14 20:25:07 +0000
commit882d7c2be5316d857018fb0b13f2251d3b429595 (patch)
tree07832a621b90c92679c11ac79163da32e799d96f /lib
parenta2ea3b5e3cf8c57f083548266d5d8fac00223d92 (diff)
downloadFreeBSD-src-882d7c2be5316d857018fb0b13f2251d3b429595.zip
FreeBSD-src-882d7c2be5316d857018fb0b13f2251d3b429595.tar.gz
Fix a typo: It should be "strtoll" and not "stroll".
PR: 178642 Reported by: Michael Galassi (michaelgalassi@gmail.com) Approved by: sbruno (mentor) MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/atol.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3
index cc49fe2..8619ed0 100644
--- a/lib/libc/stdlib/atol.3
+++ b/lib/libc/stdlib/atol.3
@@ -32,7 +32,7 @@
.\" @(#)atol.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd February 1, 2009
+.Dd May 14, 2013
.Dt ATOL 3
.Os
.Sh NAME
@@ -88,13 +88,13 @@ and
functions are thin wrappers around
.Fn strtol
and
-.Fn stroll
+.Fn strtoll
respectively, so these functions will affect the value of
.Va errno
in the same way that the
.Fn strtol
and
-.Fn stroll
+.Fn strtoll
functions are able to.
This behavior of
.Fn atol
OpenPOWER on IntegriCloud