diff options
-rw-r--r-- | share/man/man5/moduli.5 | 6 | ||||
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/moduli.5 b/share/man/man5/moduli.5 index b1547bcdb88..0e01b9414b8 100644 --- a/share/man/man5/moduli.5 +++ b/share/man/man5/moduli.5 @@ -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 diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 57d63cc12b3..015adda6388 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.78 2010/10/14 07:16:31 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.79 2010/10/14 20:41:28 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -5419,7 +5419,7 @@ The .Nm prime command is used to generate prime numbers, or to check numbers for primality. -Results are probabalistic: +Results are probabilistic: they have an exceedingly high likelihood of being correct, but are not guaranteed. .Pp |