diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-14 07:16:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-10-14 07:16:32 +0000 |
commit | 1543e208b9fdeb348b0f459bfd80368524113ff1 (patch) | |
tree | 30461e5060cabf242b24bcca2098cdc83b12dc17 /usr.sbin/openssl | |
parent | fdd2b773b4a4a6a8396a5915cddc8254a3c9397f (diff) |
for openssl prime, note that results are probabalistic; from djm
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 1c8639846e7..57d63cc12b3 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.77 2010/10/13 19:16:37 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.78 2010/10/14 07:16:31 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: October 13 2010 $ +.Dd $Mdocdate: October 14 2010 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -5419,6 +5419,9 @@ The .Nm prime command is used to generate prime numbers, or to check numbers for primality. +Results are probabalistic: +they have an exceedingly high likelihood of being correct, +but are not guaranteed. .Pp The options are as follows: .Bl -tag -width ds |