From fca786a80278a91c5c1aade6e4e396c97fb9d9e3 Mon Sep 17 00:00:00 2001 From: schwarze Date: Wed, 14 Feb 2018 02:05:55 +0000 Subject: [PATCH] I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr. --- lib/libcrypto/man/X509_STORE_CTX_new.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/X509_STORE_CTX_new.3 b/lib/libcrypto/man/X509_STORE_CTX_new.3 index 50e50fd5ad7..639eba16488 100644 --- a/lib/libcrypto/man/X509_STORE_CTX_new.3 +++ b/lib/libcrypto/man/X509_STORE_CTX_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.5 2017/01/07 03:01:44 schwarze Exp $ +.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.6 2018/02/14 02:05:55 schwarze Exp $ .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 7 2017 $ +.Dd $Mdocdate: February 14 2018 $ .Dt X509_STORE_CTX_NEW 3 .Os .Sh NAME @@ -213,7 +213,7 @@ should not be used. looks up and sets the default verification method to .Fa name . This uses the function -.Fn X509_VERIFY_PARAM_lookup +.Xr X509_VERIFY_PARAM_lookup 3 to find an appropriate set of parameters from .Fa name . .Pp -- 2.20.1