doc: tweak factor-describing wording
authorJim Meyering <meyering@redhat.com>
Sun, 25 Apr 2010 08:35:51 +0000 (10:35 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 25 Apr 2010 08:35:51 +0000 (10:35 +0200)
* doc/coreutils.texi (factor invocation): Don't say that "factoring
large prime numbers is hard".  A pedant might ding you, since it's
trivial to factor a number that is known to be prime.  Instead, say
that "factoring large numbers... is hard".  Reported by Andreas Eder.

doc/coreutils.texi

index f40993e..73971c6 100644 (file)
@@ -15470,7 +15470,7 @@ M8=`echo 2^31-1|bc` ; M9=`echo 2^61-1|bc`
 Similarly, factoring the eighth Fermat number @math{2^{256}+1} takes
 about 20 seconds on the same machine.
 
-Factoring large prime numbers is, in general, hard.  The Pollard Rho
+Factoring large numbers is, in general, hard.  The Pollard Rho
 algorithm used by @command{factor} is particularly effective for
 numbers with relatively small factors.  If you wish to factor large
 numbers which do not have small factors (for example, numbers which