From: tb Date: Sun, 14 May 2023 09:33:19 +0000 (+0000) Subject: Fix another mandoc -Tlint warning X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2181f9ce30cb18d90b1366c2508a4536bea76527;p=openbsd Fix another mandoc -Tlint warning With this the only -Tlint warnings are about Xr to undocumented functions: EVP_CIPHER_CTX_copy, EVP_CIPHER_CTX_get_cipher_data, X509V3_EXT_get_nid. --- diff --git a/lib/libcrypto/man/RSA_set_method.3 b/lib/libcrypto/man/RSA_set_method.3 index 0169ba59922..818b64823dc 100644 --- a/lib/libcrypto/man/RSA_set_method.3 +++ b/lib/libcrypto/man/RSA_set_method.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_set_method.3,v 1.16 2022/01/15 23:38:50 jsg Exp $ +.\" $OpenBSD: RSA_set_method.3,v 1.17 2023/05/14 09:33:19 tb Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Ulf Moeller @@ -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: January 15 2022 $ +.Dd $Mdocdate: May 14 2023 $ .Dt RSA_SET_METHOD 3 .Os .Sh NAME @@ -274,5 +274,7 @@ but will not be reflected in the return value of the .Fn RSA_flags function - in effect .Fn RSA_flags -behaves more like an RSA_default_flags() function, which does not +behaves more like an +.Fn RSA_default_flags +function, which does not currently exist.