summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2010-10-14 07:16:31 +0000
committerjmc <>2010-10-14 07:16:31 +0000
commitfe41cdc7caacbc2999d1d9cf8b8c7c391262a03a (patch)
tree71fff91770b65bb8dc0ecf0a3e5a584ab8ef83e5 /src
parentfda2d7a0b7c5a9b73cd8353936c7bf895fdc0c57 (diff)
downloadopenbsd-fe41cdc7caacbc2999d1d9cf8b8c7c391262a03a.tar.gz
openbsd-fe41cdc7caacbc2999d1d9cf8b8c7c391262a03a.tar.bz2
openbsd-fe41cdc7caacbc2999d1d9cf8b8c7c391262a03a.zip
for openssl prime, note that results are probabalistic; from djm
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/openssl/openssl.17
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 1c8639846e..57d63cc12b 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.77 2010/10/13 19:16:37 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.78 2010/10/14 07:16:31 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: October 13 2010 $ 115.Dd $Mdocdate: October 14 2010 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -5419,6 +5419,9 @@ The
5419.Nm prime 5419.Nm prime
5420command is used to generate prime numbers, 5420command is used to generate prime numbers,
5421or to check numbers for primality. 5421or to check numbers for primality.
5422Results are probabalistic:
5423they have an exceedingly high likelihood of being correct,
5424but are not guaranteed.
5422.Pp 5425.Pp
5423The options are as follows: 5426The options are as follows:
5424.Bl -tag -width ds 5427.Bl -tag -width ds