summaryrefslogtreecommitdiffstats
path: root/primes
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-02-09 23:25:47 +0000
committerwiz <wiz@NetBSD.org>2004-02-09 23:25:47 +0000
commitc2e7c14e410d9bd243d8b9757739bd42cd95c83e (patch)
treee0b241b1f1df5dab86a0352ccb6665a5e1ef59ac /primes
parentc236eb893173d7076ff941420640c9129eb83ce1 (diff)
downloadbsdgames-darwin-c2e7c14e410d9bd243d8b9757739bd42cd95c83e.tar.gz
bsdgames-darwin-c2e7c14e410d9bd243d8b9757739bd42cd95c83e.tar.zst
bsdgames-darwin-c2e7c14e410d9bd243d8b9757739bd42cd95c83e.zip
|fmt; add single quotes around a plus.
Diffstat (limited to 'primes')
-rw-r--r--primes/primes.68
1 files changed, 5 insertions, 3 deletions
diff --git a/primes/primes.6 b/primes/primes.6
index b30e6c76..14d51016 100644
--- a/primes/primes.6
+++ b/primes/primes.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: primes.6,v 1.1 2004/02/08 13:16:25 jsm Exp $
+.\" $NetBSD: primes.6,v 1.2 2004/02/09 23:25:47 wiz Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -49,7 +49,8 @@
.Sh DESCRIPTION
The
.Nm
-utility prints primes in ascending order, one per line, starting at or above
+utility prints primes in ascending order, one per line, starting
+at or above
.Ar start
and continuing until, but not including
.Ar stop .
@@ -73,7 +74,8 @@ is read from standard input.
is taken to be 4294967295.
The
.Ar start
-value may be preceded by a single +.
+value may be preceded by a single
+.Sq \&+ .
The
.Ar start
value is terminated by a non-digit character (such as a newline).