From 0bf051f957a5bbd5518980a2bbaebf9c11ee5601 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Sun, 4 Jun 2017 02:45:18 +0000 Subject: [PATCH] Delete obsolete paragraph; primes(6) is now able to list primes for the full range up to 2^64 - 1. MFC after: 1 week --- usr.bin/factor/factor.6 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/usr.bin/factor/factor.6 b/usr.bin/factor/factor.6 index ba82f1407237..6d01a17c0fc0 100644 --- a/usr.bin/factor/factor.6 +++ b/usr.bin/factor/factor.6 @@ -119,9 +119,3 @@ cannot handle the factor list, .Nm primes will not get you a world record. -.Pp -.Nm primes -is unable to list primes between 3825123056546413050 and 18446744073709551615 -since it relies on strong pseudoprime tests after sieving, and nobody has -proven how many strong pseudoprime tests are required to prove primality for -integers larger than 3825123056546413050.