diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-14 02:05:56 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-02-14 02:05:56 +0000 |
commit | ad88571a113083f5ab87eeeaecbdaf6fb05cc166 (patch) | |
tree | da1162f708ea4e2c67443da483fabed0b70ae059 | |
parent | c4d21d0f437ae56927d958abf009fcea7d87492a (diff) |
I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr.
-rw-r--r-- | lib/libcrypto/man/X509_STORE_CTX_new.3 | 6 |
1 files 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 <steve@openssl.org>. @@ -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 |