From 7f96a67b863ec6b3a8e6030afddb73276e706f15 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 14 Oct 2010 07:16:31 +0000 Subject: for openssl prime, note that results are probabalistic; from djm --- src/usr.sbin/openssl/openssl.1 | 7 +++++-- 1 file 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 @@ -.\" $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 -- cgit v1.2.3-55-g6feb