aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/zptest.32
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