Fix type of the last parameter for zptest in its man page - libzahl - big integer library
 (HTM) git clone git://git.suckless.org/libzahl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ae8fb895ff82b75f7708b89c60565a2347e4593f
 (DIR) parent 114cc6b1a25c8a40e5df7d8af965a127c784a8b7
 (HTM) Author: Mattias Andrée <maandree@kth.se>
       Date:   Sun, 24 Jul 2016 21:19:02 +0200
       
       Fix type of the last parameter for zptest in its man page
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M man/zptest.3                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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