From: tb Date: Fri, 21 Jul 2023 05:04:48 +0000 (+0000) Subject: Fix Xr order to appease mandoc -Tlint X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=aaecca92ef57339762ac644e511c011912304e74;p=openbsd Fix Xr order to appease mandoc -Tlint --- diff --git a/lib/libcrypto/man/BN_new.3 b/lib/libcrypto/man/BN_new.3 index df519c5218e..22bb77c1730 100644 --- a/lib/libcrypto/man/BN_new.3 +++ b/lib/libcrypto/man/BN_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_new.3,v 1.29 2023/07/20 09:38:45 tb Exp $ +.\" $OpenBSD: BN_new.3,v 1.30 2023/07/21 05:04:48 tb Exp $ .\" full merge up to: OpenSSL man3/BN_new 2457c19d Mar 6 08:43:36 2004 +0000 .\" selective merge up to: man3/BN_new 681acb31 Sep 29 13:10:34 2017 +0200 .\" full merge up to: OpenSSL man7/bn 05ea606a May 20 20:52:46 2016 -0400 @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 20 2023 $ +.Dd $Mdocdate: July 21 2023 $ .Dt BN_NEW 3 .Os .Sh NAME @@ -142,6 +142,7 @@ and sets an error code that can be obtained by .Xr BN_CTX_new 3 , .Xr BN_CTX_start 3 , .Xr BN_generate_prime 3 , +.Xr BN_get_rfc3526_prime_8192 3 , .Xr BN_kronecker 3 , .Xr BN_mod_inverse 3 , .Xr BN_mod_mul_montgomery 3 , @@ -154,8 +155,7 @@ and sets an error code that can be obtained by .Xr BN_set_negative 3 , .Xr BN_swap 3 , .Xr BN_zero 3 , -.Xr crypto 3 , -.Xr BN_get_rfc3526_prime_8192 3 +.Xr crypto 3 .Sh HISTORY .Fn BN_new , .Fn BN_clear ,