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
commit7f96a67b863ec6b3a8e6030afddb73276e706f15 (patch)
tree71fff91770b65bb8dc0ecf0a3e5a584ab8ef83e5 /src
parenta46d41ba1b3664c9c5cd99b14a4e5beba9ba4f98 (diff)
downloadopenbsd-7f96a67b863ec6b3a8e6030afddb73276e706f15.tar.gz
openbsd-7f96a67b863ec6b3a8e6030afddb73276e706f15.tar.bz2
openbsd-7f96a67b863ec6b3a8e6030afddb73276e706f15.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