OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man3 / ecvt.3
index f6d01e7..1b7624e 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified Sat Jul 24 19:40:39 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Modified Fri Jun 25 12:10:47 1999 by Andries Brouwer (aeb@cwi.nl)
 .\"
-.TH ECVT 3 2013-07-04 "" "Linux Programmer's Manual"
+.TH ECVT 3 2014-08-19 "" "Linux Programmer's Manual"
 .SH NAME
 ecvt, fcvt \- convert a floating-point number to a string
 .SH SYNOPSIS
@@ -127,10 +127,10 @@ instead (though
 .BR snprintf (3)
 may be preferable).
 .SH NOTES
-Linux libc4 and libc5 specified the type of
-.I ndigits
-as
-.IR size_t .
+.\" Linux libc4 and libc5 specified the type of
+.\" .I ndigits
+.\" as
+.\" .IR size_t .
 Not all locales use a point as the radix character ("decimal point").
 .SH SEE ALSO
 .BR ecvt_r (3),
@@ -139,7 +139,7 @@ Not all locales use a point as the radix character ("decimal point").
 .BR setlocale (3),
 .BR sprintf (3)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,