summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/ecvt.3
diff options
context:
space:
mode:
authorjmc <>2010-04-01 17:06:55 +0000
committerjmc <>2010-04-01 17:06:55 +0000
commit6a1c1ffee0cc71f97b998e209826f95c42116f21 (patch)
tree61724a0a55bd1d117c1c962f6c4968d4faaabcaa /src/lib/libc/stdlib/ecvt.3
parent542fefa6cf458e6a5d11fdd96dad12cfce6cea05 (diff)
downloadopenbsd-6a1c1ffee0cc71f97b998e209826f95c42116f21.tar.gz
openbsd-6a1c1ffee0cc71f97b998e209826f95c42116f21.tar.bz2
openbsd-6a1c1ffee0cc71f97b998e209826f95c42116f21.zip
WARNINGS -> CAVEATS, and a little neccessary cleanup;
Diffstat (limited to 'src/lib/libc/stdlib/ecvt.3')
-rw-r--r--src/lib/libc/stdlib/ecvt.328
1 files changed, 14 insertions, 14 deletions
diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3
index 0717a2c02a..2f107e11fd 100644
--- a/src/lib/libc/stdlib/ecvt.3
+++ b/src/lib/libc/stdlib/ecvt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ecvt.3,v 1.8 2007/05/31 19:19:31 jmc Exp $ 1.\" $OpenBSD: ecvt.3,v 1.9 2010/04/01 17:06:55 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -18,7 +18,7 @@
18.\" Agency (DARPA) and Air Force Research Laboratory, Air Force 18.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
19.\" Materiel Command, USAF, under agreement number F39502-99-1-0512. 19.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
20.\" 20.\"
21.Dd $Mdocdate: May 31 2007 $ 21.Dd $Mdocdate: April 1 2010 $
22.Dt ECVT 3 22.Dt ECVT 3
23.Os 23.Os
24.Sh NAME 24.Sh NAME
@@ -138,7 +138,18 @@ and
138.Fn gcvt 138.Fn gcvt
139functions return a NUL-terminated string representation of 139functions return a NUL-terminated string representation of
140.Fa value . 140.Fa value .
141.Sh WARNINGS 141.Sh SEE ALSO
142.Xr printf 3 ,
143.Xr strtod 3
144.Sh STANDARDS
145The
146.Fn ecvt ,
147.Fn fcvt
148and
149.Fn gcvt
150functions conform to
151.St -p1003.1-2001 .
152.Sh CAVEATS
142The 153The
143.Fn ecvt 154.Fn ecvt
144and 155and
@@ -152,14 +163,3 @@ precision of a double and may not be the same on all architectures.
152The 163The
153.Xr snprintf 3 164.Xr snprintf 3
154function is preferred over these functions for new code. 165function is preferred over these functions for new code.
155.Sh SEE ALSO
156.Xr printf 3 ,
157.Xr strtod 3
158.Sh STANDARDS
159The
160.Fn ecvt ,
161.Fn fcvt
162and
163.Fn gcvt
164functions conform to
165.St -p1003.1-2001 .