diff options
| author | wiz <wiz@NetBSD.org> | 2006-01-22 00:32:54 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-01-22 00:32:54 +0000 |
| commit | 9e80c73f14cd7655396cfe8e54efe485119444ee (patch) | |
| tree | a9be8dd04a034dffac5276d2d1f502cd41229388 | |
| parent | 70f825fc24933eacf0a9d8619a5cb35e7153b41a (diff) | |
| download | bsdgames-darwin-9e80c73f14cd7655396cfe8e54efe485119444ee.tar.gz bsdgames-darwin-9e80c73f14cd7655396cfe8e54efe485119444ee.zip | |
Drop trailing whitespace. Remove superfluous .br.
| -rw-r--r-- | moduli/qsieve/qsieve.6 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/moduli/qsieve/qsieve.6 b/moduli/qsieve/qsieve.6 index 4279236d..d1fe244f 100644 --- a/moduli/qsieve/qsieve.6 +++ b/moduli/qsieve/qsieve.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: qsieve.6,v 1.1 2006/01/19 23:23:58 elad Exp $ +.\" $NetBSD: qsieve.6,v 1.2 2006/01/22 00:32:54 wiz Exp $ .\" .\" Copyright 1997, 2003 William Allen Simpson <wsimpson@greendragon.com> .\" All rights reserved. @@ -35,12 +35,11 @@ .Os .Sh NAME .Nm qsieve , -.Nm qsafe +.Nm qsafe .Nd generate system moduli file .Sh SYNOPSIS .Nm .Op Ar megabytes Ar bits Op Ar initial -.br .Nm qsafe .Op Ar trials Op Ar generator .Sh DESCRIPTION @@ -53,14 +52,14 @@ The list is checked against small known primes (less than 2**30). This step is both processor and memory intensive. .Pp -The +The .Ar megabytes value sets a limit for the internal sieve buffer. This should be small enough to remain entirely in memory. Swap thrashing can increase the run time from hours to days or weeks! -When the +When the .Ar megabytes value is zero (0), .Nm @@ -97,13 +96,13 @@ The .Ar trials value sets the number of Miller-Rabin interations -(typically 16 to 128). +(typically 16 to 128). .Pp The optional .Ar generator value (hex) limits testing to candidates with a specific generator -(usually 2). +(usually 2). Otherwise, .Nm qsafe will test each candidate |
