From 849473d83b99e5328cf7c91d4fb04b070a881b81 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 7 Jan 1999 22:09:05 +0000 Subject: Minor adjustments to prior commits: o break at end of sentences o add $id$ o change date Noticed by: the ever watchful bde --- games/factor/factor.6 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'games/factor/factor.6') 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 /\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 -- cgit v1.1