]>
Commit | Line | Data |
---|---|---|
3d9156a7 A |
1 | --- ecvt.3.orig Thu Jul 8 16:06:45 2004 |
2 | +++ ecvt.3 Thu Jul 8 17:54:49 2004 | |
3 | @@ -31,9 +31,9 @@ | |
4 | .Sh SYNOPSIS | |
5 | .Fd #include <stdlib.h> | |
6 | .Ft char * | |
7 | -.Fn ecvt "double value" "int ndigit" "int *decpt" "int *sign" | |
8 | +.Fn ecvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign" | |
9 | .Ft char * | |
10 | -.Fn fcvt "double value" "int ndigit" "int *decpt" "int *sign" | |
11 | +.Fn fcvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign" | |
12 | .Ft char * | |
13 | .Fn gcvt "double value" "int ndigit" "char *buf" | |
14 | .Sh DESCRIPTION |