OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / ecvt_r.3
index 73ceea3..c8e2341 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 2002 Andries Brouwer <aeb@cwi.nl>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" This replaces an earlier man page written by Walter Harms
 .\" <walter.harms@informatik.uni-oldenburg.de>.
@@ -63,13 +65,13 @@ _SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
 The functions
 .BR ecvt_r (),
 .BR fcvt_r (),
-.BR qecvt_r ()
+.BR qecvt_r (),
 and
 .BR qfcvt_r ()
 are identical to
 .BR ecvt (3),
 .BR fcvt (3),
-.BR qecvt (3)
+.BR qecvt (3),
 and
 .BR qfcvt (3),
 respectively, except that they do not return their result in a static
@@ -81,16 +83,25 @@ See
 .BR ecvt (3)
 and
 .BR qecvt (3).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 These functions return 0 on success, and \-1 otherwise.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These functions are GNU extensions.
 .SH NOTES
 These functions are obsolete.
 Instead,
 .BR sprintf (3)
 is recommended.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR ecvt (3),
 .BR qecvt (3),
 .BR sprintf (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.