summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2008-09-13 22:25:50 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2008-09-13 22:25:50 +0000
commit39cd6e35667b0c1542ad7858e19f2ebea2308a7d (patch)
tree31df294eea3b266f34e8166a3b68e7505c61e1ae /lib/libc
parent9e58764466b54add144f6a808656f0963c1202d8 (diff)
strtof has been introduced in c99
from Thomas Pfaff. ok millert@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/strtod.310
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 979334203e2..5f97639d8d9 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtod.3,v 1.12 2008/06/13 23:50:49 jmc Exp $
+.\" $OpenBSD: strtod.3,v 1.13 2008/09/13 22:25:49 martynas Exp $
.\"
-.Dd $Mdocdate: June 13 2008 $
+.Dd $Mdocdate: September 13 2008 $
.Dt STRTOD 3
.Os
.Sh NAME
@@ -123,7 +123,9 @@ Overflow or underflow occurred.
.Sh STANDARDS
The
.Fn strtod
+function conform to
+.St -ansiC-89
and
.Fn strtof
-functions conform to
-.St -ansiC .
+conform to
+.St -ansiC-99 .