commit ae8fb895ff82b75f7708b89c60565a2347e4593f
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sun Jul 24 21:19:02 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Sun Jul 24 21:19:02 2016 +0200

    Fix type of the last parameter for zptest in its man page
    
    Signed-off-by: Mattias Andrée <[email protected]>

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

Reply via email to