(wrong string) ée

From: <git_AT_suckless.org>
Date: Mon, 25 Jul 2016 01:13:40 +0200 (CEST)

commit ae8fb895ff82b75f7708b89c60565a2347e4593f
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sun Jul 24 21:19:02 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
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 <maandree_AT_kth.se>

diff --git a/man/zptest.3 b/man/zptest.3
index dd35430..75b6bcf 100644
--- a/man/zptest.3
+++ b/man/zptest.3
_AT_@ -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
Received on Mon Jul 25 2016 - 01:13:40 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 25 2016 - 01:24:39 CEST