diff --git a/usr.bin/factor/factor.6 b/usr.bin/factor/factor.6 index ba82f140723..6d01a17c0fc 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.