diff --git a/debian/changelog b/debian/changelog index e686c9e..951a55e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bsdgames (2.13-8) unstable; urgency=low + + * COrrected primes (really factor) man page. Closes: #144738 + + -- Joey Hess Sat, 27 Apr 2002 11:00:25 -0400 + bsdgames (2.13-7) unstable; urgency=low * Make sure boggle is always built with the same wordlist, and use the union diff --git a/factor/factor.6 b/factor/factor.6 index 7449d60..3a568b7 100644 --- a/factor/factor.6 +++ b/factor/factor.6 @@ -86,10 +86,6 @@ The .Ar start value is terminated by a non-digit character (such as a newline). The input line must not be longer than 255 characters. -.Sh DIAGNOSTICS -Out of range or invalid input results in -.Sq ouch -being written to standard error. .Sh BUGS .Nm primes won't get you a world record.