summaryrefslogtreecommitdiffstats
path: root/primes/primes.6
diff options
context:
space:
mode:
Diffstat (limited to 'primes/primes.6')
-rw-r--r--primes/primes.613
1 files changed, 3 insertions, 10 deletions
diff --git a/primes/primes.6 b/primes/primes.6
index 36c76cd1..aa000ef4 100644
--- a/primes/primes.6
+++ b/primes/primes.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: primes.6,v 1.5 2014/10/04 13:15:50 wiz Exp $
+.\" $NetBSD: primes.6,v 1.6 2018/02/03 15:40:29 christos Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -35,7 +35,7 @@
.\"
.\" By Landon Curt Noll, http://www.isthe.com/chongo/index.html /\oo/\
.\"
-.Dd February 3, 2008
+.Dd February 2, 2018
.Dt PRIMES 6
.Os
.Sh NAME
@@ -100,14 +100,7 @@ Originally by
.An Landon Curt Noll ,
extended to some 64-bit primes by
.An Colin Percival .
-.Sh CAVEATS
+.Sh BUGS
This
.Nm
program won't get you a world record.
-.Pp
-The program is not able to list primes between
-3825123056546413050 and 18446744073709551615 (2^64
-- 1) as it relies on strong pseudoprime tests after
-sieving, and it is yet unknown how many of those
-tests are needed to prove primality for integers
-larger than 3825123056546413050.