OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / qecvt.3
index 17ac857..9b158c0 100644 (file)
@@ -25,7 +25,7 @@
 .\" This replaces an earlier man page written by Walter Harms
 .\" <walter.harms@informatik.uni-oldenburg.de>.
 .\"
-.TH QECVT 3  2014-03-11 "GNU" "Linux Programmer's Manual"
+.TH QECVT 3  2014-08-19 "GNU" "Linux Programmer's Manual"
 .SH NAME
 qecvt, qfcvt, qgcvt \- convert a floating-point number to a string
 .SH SYNOPSIS
@@ -50,7 +50,7 @@ Feature Test Macro Requirements for glibc (see
 .BR qgcvt ():
 _SVID_SOURCE
 .ad b
-.\" FIXME The full FTM picture looks to have be something like the
+.\" FIXME The full FTM picture looks to have be something like the
 .\" following mess:
 .\"    glibc 2.20 onward
 .\"        _DEFAULT_SOURCE
@@ -66,12 +66,12 @@ _SVID_SOURCE
 .SH DESCRIPTION
 The functions
 .BR qecvt (),
-.BR qfcvt ()
+.BR qfcvt (),
 and
 .BR qgcvt ()
 are identical to
 .BR ecvt (3),
-.BR fcvt (3)
+.BR fcvt (3),
 and
 .BR gcvt (3)
 respectively, except that they use a
@@ -97,7 +97,7 @@ function is thread-safe.
 SVr4.
 Not seen in most common UNIX implementations,
 but occurs in SunOS.
-Not supported by libc4 and libc5.
+.\" Not supported by libc4 and libc5.
 Supported by glibc.
 .SH NOTES
 These functions are obsolete.
@@ -110,10 +110,11 @@ is recommended.
 .BR gcvt (3),
 .BR sprintf (3)
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.