summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-01-07 22:09:05 +0000
committerWarner Losh <imp@FreeBSD.org>1999-01-07 22:09:05 +0000
commit4c00dd8215d67c6acca11e4b7f8da73bc41031b0 (patch)
tree80a9a5c7b4d5523ee400a8751c1da80c2816289e
parentdc9c271aa1349fd866fa055f92714fb81319abc5 (diff)
Notes
-rw-r--r--games/factor/factor.612
1 files changed, 7 insertions, 5 deletions
diff --git a/games/factor/factor.6 b/games/factor/factor.6
index 316abdd5b938..1dda93d60bfe 100644
--- a/games/factor/factor.6
+++ b/games/factor/factor.6
@@ -34,12 +34,13 @@
.\"
.\" @(#)factor.6 8.1 (Berkeley) 5/31/93
.\"
+.\" $Id:$
.\"
.\" By: Landon Curt Noll chongo@toad.com, ...!{sun,tolsoft}!hoptoad!chongo
.\"
.\" chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\
.\"
-.TH FACTOR 6 "May 31, 1993"
+.TH FACTOR 6 "Jan 7, 1999"
.UC 7
.SH NAME
factor, primes \- factor a number, generate primes
@@ -54,10 +55,11 @@ The
.I factor
utility will factor integers between 0 and ULONG_MAX (4294967295 on 32
bit architectures, 18446744073709551615 on 64 bit ones), inclusive.
-When a number is factored, it is printed, followed by a ``:'', and the
-list of factors on a single line. Factors are listed in ascending
-order, and are preceded by a space. If a factor divides a value more
-than once, it will be printed more than once.
+When a number is factored, it is printed, followed by a ``:'',
+and the list of factors on a single line.
+Factors are listed in ascending order, and are preceded by a space.
+If a factor divides a value more than once, it will be printed
+more than once.
.PP
When
.I factor