diff options
author | imp <imp@FreeBSD.org> | 1999-01-07 22:09:05 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-01-07 22:09:05 +0000 |
commit | 849473d83b99e5328cf7c91d4fb04b070a881b81 (patch) | |
tree | dca941e71b95255f84adefb911fdcbe840bfa3d7 /games/factor | |
parent | a7b385889ec602ef4648e627bcb67bf0fd8d539d (diff) | |
download | FreeBSD-src-849473d83b99e5328cf7c91d4fb04b070a881b81.zip FreeBSD-src-849473d83b99e5328cf7c91d4fb04b070a881b81.tar.gz |
Minor adjustments to prior commits:
o break at end of sentences
o add $id$
o change date
Noticed by: the ever watchful bde
Diffstat (limited to 'games/factor')
-rw-r--r-- | games/factor/factor.6 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/games/factor/factor.6 b/games/factor/factor.6 index 316abdd..1dda93d 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 |