Loading...
stdlib/OpenBSD/ecvt.3 Libc-763.13 Libc-825.26
--- Libc/Libc-763.13/stdlib/OpenBSD/ecvt.3
+++ Libc/Libc-825.26/stdlib/OpenBSD/ecvt.3
@@ -31,9 +31,9 @@
 .Sh SYNOPSIS
 .Fd #include <stdlib.h>
 .Ft char *
-.Fn ecvt "double value" "int ndigit" "int *decpt" "int *sign"
+.Fn ecvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign"
 .Ft char *
-.Fn fcvt "double value" "int ndigit" "int *decpt" "int *sign"
+.Fn fcvt "double value" "int ndigit" "int * restrict decpt" "int * restrict sign"
 .Ft char *
 .Fn gcvt "double value" "int ndigit" "char *buf"
 .Sh DESCRIPTION