aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-04-01 22:50:41 +0000
committerWarner Losh <imp@FreeBSD.org>2020-04-01 22:50:41 +0000
commit5310132318213270ac0c9ca014dcc8778cdb576a (patch)
tree5795ee3a11eae378b2011e8c845031451de70c10 /lib/libc/stdlib
parent59838c1a1979924f3904536f2e6d5a771e185c14 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/atof.37
-rw-r--r--lib/libc/stdlib/atoi.37
2 files changed, 12 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index b02cf0277656e..47e6c8846a1ba 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -32,7 +32,7 @@
.\" @(#)atof.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd April 1, 2020
.Dt ATOF 3
.Os
.Sh NAME
@@ -93,3 +93,8 @@ function conforms to
.St -isoC ,
and
.St -isoC-99 .
+.Sh HISTORY
+The
+.Fn atof
+function appeared in
+.At v1 .
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3
index c68a3280f723a..628258f509686 100644
--- a/lib/libc/stdlib/atoi.3
+++ b/lib/libc/stdlib/atoi.3
@@ -32,7 +32,7 @@
.\" @(#)atoi.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 13, 2018
+.Dd April 1, 2020
.Dt ATOI 3
.Os
.Sh NAME
@@ -85,3 +85,8 @@ function conforms to
.St -isoC ,
and
.St -isoC-99 .
+.Sh HISTORY
+The
+.Fn atoi
+function appeared in
+.At v1 .