diff options
author | guenther <> | 2012-06-01 01:01:57 +0000 |
---|---|---|
committer | guenther <> | 2012-06-01 01:01:57 +0000 |
commit | cb798cd101f47ccce02cb08724d7b433ebbe041d (patch) | |
tree | c44cf1f141bee166cd7b0c3d7f0d5ee35f25540c /src/lib/libc/stdlib/ecvt.3 | |
parent | e07859e901fd418fd131e18bfe9b8bce64a0454d (diff) | |
download | openbsd-cb798cd101f47ccce02cb08724d7b433ebbe041d.tar.gz openbsd-cb798cd101f47ccce02cb08724d7b433ebbe041d.tar.bz2 openbsd-cb798cd101f47ccce02cb08724d7b433ebbe041d.zip |
Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),
and valloc() are not in the current version, while posix_memalign() mkstemp(),
and mkdtemp() are, and setstate()'s argument has lost a bogus 'const'.
ok millert@ jmc@ espie@ kettenis@; ports build testing by naddy@
Diffstat (limited to 'src/lib/libc/stdlib/ecvt.3')
-rw-r--r-- | src/lib/libc/stdlib/ecvt.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3 index 2f107e11fd..0191a3420e 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.9 2010/04/01 17:06:55 jmc Exp $ | 1 | .\" $OpenBSD: ecvt.3,v 1.10 2012/06/01 01:01:57 guenther 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: April 1 2010 $ | 21 | .Dd $Mdocdate: June 1 2012 $ |
22 | .Dt ECVT 3 | 22 | .Dt ECVT 3 |
23 | .Os | 23 | .Os |
24 | .Sh NAME | 24 | .Sh NAME |
@@ -148,7 +148,10 @@ The | |||
148 | and | 148 | and |
149 | .Fn gcvt | 149 | .Fn gcvt |
150 | functions conform to | 150 | functions conform to |
151 | .St -p1003.1-2001 . | 151 | .St -p1003.1-2001 ; |
152 | as of | ||
153 | .St -p1003.1-2008 | ||
154 | they are no longer a part of the standard. | ||
152 | .Sh CAVEATS | 155 | .Sh CAVEATS |
153 | The | 156 | The |
154 | .Fn ecvt | 157 | .Fn ecvt |