diff options
Diffstat (limited to 'games/factor/factor.6')
-rw-r--r-- | games/factor/factor.6 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/factor/factor.6 b/games/factor/factor.6 index d21be552a8e..3171170c31d 100644 --- a/games/factor/factor.6 +++ b/games/factor/factor.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: factor.6,v 1.4 1995/03/23 08:28:05 cgd Exp $ +.\" $OpenBSD: factor.6,v 1.2 1998/08/19 07:40:27 pjanzen Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,14 +50,14 @@ .Nd factor a number, generate primes .Sh SYNOPSIS -.Nm factor +.Nm .Op Ar number ... .br .Nm primes .Op Ar start Op Ar stop .Sh DESCRIPTION The -.Nm factor +.Nm utility will factor integers between -2147483648 and 2147483647 inclusive. When a number is factored, it is printed, followed by a .Dq \: , @@ -67,14 +67,14 @@ If a factor divides a value more than once, it will be printed more than once. .Pp When -.Nm factor +.Nm is invoked with one or more arguments, each argument will be factored. .Pp When -.Nm factor +.Nm is invoked with no arguments, -.Nm factor +.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 +. |