From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/factor.html | 73 ---------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 man/man1/factor.html (limited to 'man/man1/factor.html') diff --git a/man/man1/factor.html b/man/man1/factor.html deleted file mode 100644 index 893f2ad9..00000000 --- a/man/man1/factor.html +++ /dev/null @@ -1,73 +0,0 @@ - -factor(1) - Plan 9 from User Space - - - - -
-
-
FACTOR(1)FACTOR(1) -
-
-

NAME
- -
- - factor, primes – factor a number, generate large primes
- -
-

SYNOPSIS
- -
- - factor [ number ] -
- - primes [ start [ finish ] ]
- -
-

DESCRIPTION
- -
- - Factor prints number and its prime factors, each repeated the - proper number of times. The number must be positive and less than - 254 (about 1.8×1016). -
- - If no number is given, factor reads a stream of numbers from the - standard input and factors them. It exits on any input not a positive - integer. Maximum running time is proportional to -/n . -
- - -
- - Primes prints the prime numbers ranging from start to finish, - where start and finish are positive numbers less than 256. If - finish is missing, primes prints without end; if start is missing, - it reads the starting number from the standard input.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/factor.c
- /usr/local/plan9/src/cmd/primes.c
-
-
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3