diff options
author | Darren Tucker <dtucker@zip.com.au> | 2011-08-07 15:10:56 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2011-08-07 15:10:56 +0200 |
commit | 91e6b577290057b123ade507d6cfe8ed841afe92 (patch) | |
tree | c21a344ca1d865705babe01194628d9d4ccb9758 /moduli.5 | |
parent | - sobrado@cvs.openbsd.org 2009/10/28 08:56:54 (diff) | |
download | openssh-91e6b577290057b123ade507d6cfe8ed841afe92.tar.xz openssh-91e6b577290057b123ade507d6cfe8ed841afe92.zip |
- jmc@cvs.openbsd.org 2010/10/14 20:41:28
[moduli.5]
probabalistic -> probabilistic; from naddy
Diffstat (limited to 'moduli.5')
-rw-r--r-- | moduli.5 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: moduli.5,v 1.14 2009/10/28 08:56:54 sobrado Exp $ +.\" $OpenBSD: moduli.5,v 1.15 2010/10/14 20:41:28 jmc Exp $ .\" .\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> .\" @@ -13,7 +13,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: October 28 2009 $ +.Dd $Mdocdate: October 14 2010 $ .Dt MODULI 5 .Os .Sh NAME @@ -84,7 +84,7 @@ Composite number \(en not prime. .It 0x02 Sieve of Eratosthenes. .It 0x04 -Probabalistic Miller-Rabin primality tests. +Probabilistic Miller-Rabin primality tests. .El .Pp The |