diff options
Diffstat (limited to 'lib/libc/stdlib/atoll.3')
-rw-r--r-- | lib/libc/stdlib/atoll.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atoll.3 b/lib/libc/stdlib/atoll.3 index 0cf8e40f8ec..c2b606dda9a 100644 --- a/lib/libc/stdlib/atoll.3 +++ b/lib/libc/stdlib/atoll.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoll.3,v 1.8 2015/09/10 15:16:43 schwarze Exp $ +.\" $OpenBSD: atoll.3,v 1.9 2022/09/11 06:38:11 jmc Exp $ .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: September 11 2022 $ .Dt ATOLL 3 .Os .Sh NAME @@ -47,7 +47,7 @@ The function converts the initial portion of the string pointed to by .Fa nptr to -.Li long long integer +.Vt long long integer representation. .Pp It is equivalent to: |