Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix type of the last parameter for zptest in its man page - libzahl - big integ…
git clone git://git.suckless.org/libzahl
Log
Files
Refs
README
LICENSE
---
commit ae8fb895ff82b75f7708b89c60565a2347e4593f
parent 114cc6b1a25c8a40e5df7d8af965a127c784a8b7
Author: Mattias Andrée <[email protected]>
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 <[email protected]>
Diffstat:
M man/zptest.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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\f…
+enum zprimality zptest(z_t \fIwitness\fP, z_t \fIquestioned\fP, int \fItries\f…
.fi
.SH DESCRIPTION
.B zptest
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.