gcvt.3: Fix prototype

The ndigit paramenter to gcvt() has type int.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Rasmus Villemoes 2014-05-20 01:02:20 +02:00 committed by Michael Kerrisk
parent 86138c4d0d
commit 5f69515b20
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ gcvt \- convert a floating-point number to a string
.nf
.B #include <stdlib.h>
.sp
.BI "char *gcvt(double " number ", size_t " ndigit ", char *" buf );
.BI "char *gcvt(double " number ", int " ndigit ", char *" buf );
.fi
.sp
.in -4n