]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/gcvt.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / gcvt.3
index ae6ee75368e5b510ffd329a4f8494ec2478947b7..a44fed5a577f2dc82a38ad47b29f4d1f55ed4de6 100644 (file)
@@ -35,7 +35,7 @@ gcvt \- convert a floating-point number to a string
 .BI "char *gcvt(double " number ", size_t " ndigit ", char *" buf );
 .fi
 .SH DESCRIPTION
-The \fBgcvt()\fP function converts \fInumber\fP to a minimal length NULL
+The \fBgcvt\fP() function converts \fInumber\fP to a minimal length NULL
 terminated ASCII string and stores the result in \fIbuf\fP.  It produces
 \fIndigit\fP significant digits in either
 .BR printf (3)
@@ -45,7 +45,7 @@ This function is obsolete. Instead,
 .IR sprintf ()
 is recommended.
 .SH "RETURN VALUE"
-The \fBgcvt()\fP function returns the address of the string pointed to
+The \fBgcvt\fP() function returns the address of the string pointed to
 by \fIbuf\fP.
 .SH "SEE ALSO"
 .BR ecvt (3),