mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
Added all debian changes
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5088 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -42,13 +42,12 @@
|
||||
.\" chongo <for a good prime call: 391581 * 2^216193 - 1> /\oo/\
|
||||
.\"
|
||||
.Dd May 31, 1993
|
||||
.Dt FACTOR 6
|
||||
.Dt PRIMES 6
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm factor ,
|
||||
.Nm primes
|
||||
.Nd
|
||||
factor a number, generate primes
|
||||
generate primes
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Ar number ...
|
||||
@@ -57,32 +56,6 @@ factor a number, generate primes
|
||||
.Op Ar start Op Ar stop
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
utility will factor integers between -2147483648 and 2147483647 inclusive.
|
||||
When a number is factored, it is printed, followed by a
|
||||
.Dq \: ,
|
||||
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
|
||||
.Nm
|
||||
is invoked with one or more arguments,
|
||||
each argument will be factored.
|
||||
.Pp
|
||||
When
|
||||
.Nm
|
||||
is invoked with no arguments,
|
||||
.Nm
|
||||
reads numbers, one per line, from standard input, until end of file or error.
|
||||
Leading white-space and empty lines are ignored.
|
||||
Numbers may be preceded by a single - or +.
|
||||
Numbers are terminated by a non-digit character (such as a newline).
|
||||
After a number is read, it is factored.
|
||||
Input lines must not be longer than 255 characters.
|
||||
.Pp
|
||||
The
|
||||
.Nm primes
|
||||
utility prints primes in ascending order, one per line, starting at or above
|
||||
.Ar start
|
||||
@@ -118,9 +91,5 @@ Out of range or invalid input results in
|
||||
.Sq ouch
|
||||
being written to standard error.
|
||||
.Sh BUGS
|
||||
.Nm
|
||||
cannot handle the
|
||||
.Dq 10 most wanted
|
||||
factor list,
|
||||
.Nm primes
|
||||
won't get you a world record.
|
||||
|
||||
Reference in New Issue
Block a user