View | Details | Raw Unified | Return to bug 178642
Collapse All | Expand All

(-)lib/libc/stdlib/atol.3 (working copy) (-3 / +3 lines)
Lines 32-38 Link Here
32
.\"     @(#)atol.3     8.1 (Berkeley) 6/4/93
32
.\"     @(#)atol.3     8.1 (Berkeley) 6/4/93
33
.\" $FreeBSD$
33
.\" $FreeBSD$
34
.\"
34
.\"
35
.Dd February 1, 2009
35
.Dd May 15, 2013
36
.Dt ATOL 3
36
.Dt ATOL 3
37
.Os
37
.Os
38
.Sh NAME
38
.Sh NAME
Lines 88-100 Link Here
88
functions are thin wrappers around
88
functions are thin wrappers around
89
.Fn strtol
89
.Fn strtol
90
and
90
and
91
.Fn stroll
91
.Fn strtoll
92
respectively, so these functions will affect the value of
92
respectively, so these functions will affect the value of
93
.Va errno
93
.Va errno
94
in the same way that the
94
in the same way that the
95
.Fn strtol
95
.Fn strtol
96
and
96
and
97
.Fn stroll
97
.Fn strtoll
98
functions are able to.
98
functions are able to.
99
This behavior of
99
This behavior of
100
.Fn atol
100
.Fn atol

Return to bug 178642