diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-01 17:06:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-01 17:06:56 +0000 |
commit | 9698d2b8e3176084d4d635d12f1e2fdd725ef5c1 (patch) | |
tree | f63ea23a1c5f801ecbb215234160ada4dc8bef52 /lib/libc/stdlib/ecvt.3 | |
parent | 8af4a82e8387c83fb0949f0f1c8a9ab7ce9120e7 (diff) |
WARNINGS -> CAVEATS, and a little neccessary cleanup;
Diffstat (limited to 'lib/libc/stdlib/ecvt.3')
-rw-r--r-- | lib/libc/stdlib/ecvt.3 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/stdlib/ecvt.3 b/lib/libc/stdlib/ecvt.3 index 0717a2c02a1..2f107e11fd2 100644 --- a/lib/libc/stdlib/ecvt.3 +++ b/lib/libc/stdlib/ecvt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ecvt.3,v 1.8 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: ecvt.3,v 1.9 2010/04/01 17:06:55 jmc 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: May 31 2007 $ +.Dd $Mdocdate: April 1 2010 $ .Dt ECVT 3 .Os .Sh NAME @@ -138,7 +138,18 @@ and .Fn gcvt functions return a NUL-terminated string representation of .Fa value . -.Sh WARNINGS +.Sh SEE ALSO +.Xr printf 3 , +.Xr strtod 3 +.Sh STANDARDS +The +.Fn ecvt , +.Fn fcvt +and +.Fn gcvt +functions conform to +.St -p1003.1-2001 . +.Sh CAVEATS The .Fn ecvt and @@ -152,14 +163,3 @@ precision of a double and may not be the same on all architectures. The .Xr snprintf 3 function is preferred over these functions for new code. -.Sh SEE ALSO -.Xr printf 3 , -.Xr strtod 3 -.Sh STANDARDS -The -.Fn ecvt , -.Fn fcvt -and -.Fn gcvt -functions conform to -.St -p1003.1-2001 . |