summaryrefslogtreecommitdiffstats
path: root/factor
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-04-02 22:42:37 +0000
committerwiz <wiz@NetBSD.org>2001-04-02 22:42:37 +0000
commitd905aa8ca89bbae01e1ae08256ccc4929920c19f (patch)
tree28c931ba13384c6a2ebeaaa44086abba40af66ae /factor
parenta5b0daacbd9faf28ece2e118f2d7e12556d3a741 (diff)
downloadbsdgames-darwin-d905aa8ca89bbae01e1ae08256ccc4929920c19f.tar.gz
bsdgames-darwin-d905aa8ca89bbae01e1ae08256ccc4929920c19f.tar.zst
bsdgames-darwin-d905aa8ca89bbae01e1ae08256ccc4929920c19f.zip
Whitespace and/or punctuation fixes.
Diffstat (limited to 'factor')
-rw-r--r--factor/factor.610
1 files changed, 5 insertions, 5 deletions
diff --git a/factor/factor.6 b/factor/factor.6
index 8740314b..93d11468 100644
--- a/factor/factor.6
+++ b/factor/factor.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: factor.6,v 1.5 1997/10/10 12:51:27 lukem Exp $
+.\" $NetBSD: factor.6,v 1.6 2001/04/02 22:42:38 wiz Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,7 +59,7 @@ factor a number, generate primes
The
.Nm
utility will factor integers between -2147483648 and 2147483647 inclusive.
-When a number is factored, it is printed, followed by a
+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.
@@ -89,7 +89,7 @@ utility prints primes in ascending order, one per line, starting at or above
and continuing until, but not including
.Ar stop .
The
-.Ar start
+.Ar start
value must be at least 0 and not greater than
.Ar stop .
The
@@ -114,12 +114,12 @@ The
value is terminated by a non-digit character (such as a newline).
The input line must not be longer than 255 characters.
.Sh DIAGNOSTICS
-Out of range or invalid input results in
+Out of range or invalid input results in
.Sq ouch
being written to standard error.
.Sh BUGS
.Nm
-cannot handle the
+cannot handle the
.Dq 10 most wanted
factor list,
.Nm primes