diff options
| -rw-r--r-- | man/zptest.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/zptest.3 b/man/zptest.3 index dd35430..75b6bcf 100644 --- a/man/zptest.3 +++ b/man/zptest.3 @@ -5,7 +5,7 @@ zptest - Test the primality of a big integer .nf #include <zahl.h> -enum zprimality zptest(z_t \fIwitness\fP, z_t \fIquestioned\fP, z_t \fItries\fP); +enum zprimality zptest(z_t \fIwitness\fP, z_t \fIquestioned\fP, int \fItries\fP); .fi .SH DESCRIPTION .B zptest |
