mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
4442f74b81
commit
3627fbff6c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue