diff options
author | 2012-06-01 01:01:57 +0000 | |
---|---|---|
committer | 2012-06-01 01:01:57 +0000 | |
commit | b10cd18816ef05a64b29120c243bb2006d9f7465 (patch) | |
tree | 1db895bc32a81056ffcf399a00ae15b76777bfe2 /lib/libc/stdlib/ecvt.3 | |
parent | fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg (diff) | |
download | wireguard-openbsd-b10cd18816ef05a64b29120c243bb2006d9f7465.tar.xz wireguard-openbsd-b10cd18816ef05a64b29120c243bb2006d9f7465.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 'lib/libc/stdlib/ecvt.3')
-rw-r--r-- | lib/libc/stdlib/ecvt.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/stdlib/ecvt.3 b/lib/libc/stdlib/ecvt.3 index 2f107e11fd2..0191a3420ec 100644 --- a/lib/libc/stdlib/ecvt.3 +++ b/lib/libc/stdlib/ecvt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ecvt.3,v 1.9 2010/04/01 17:06:55 jmc Exp $ +.\" $OpenBSD: ecvt.3,v 1.10 2012/06/01 01:01:57 guenther Exp $ .\" .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: April 1 2010 $ +.Dd $Mdocdate: June 1 2012 $ .Dt ECVT 3 .Os .Sh NAME @@ -148,7 +148,10 @@ The and .Fn gcvt functions conform to -.St -p1003.1-2001 . +.St -p1003.1-2001 ; +as of +.St -p1003.1-2008 +they are no longer a part of the standard. .Sh CAVEATS The .Fn ecvt |