fixes for mandoc -Tlint
authorjsg <jsg@openbsd.org>
Sat, 18 Mar 2023 08:20:20 +0000 (08:20 +0000)
committerjsg <jsg@openbsd.org>
Sat, 18 Mar 2023 08:20:20 +0000 (08:20 +0000)
ok tb@

lib/libcrypto/man/X509_STORE_CTX_set_verify.3

index c67e5bd..b2febbd 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.5 2023/03/16 15:45:38 job Exp $
+.\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.6 2023/03/18 08:20:20 jsg Exp $
 .\"
 .\" Copyright (c) 2021, 2022 Ingo Schwarze <schwarze@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: March 16 2023 $
+.Dd $Mdocdate: March 18 2023 $
 .Dt X509_STORE_CTX_SET_VERIFY 3
 .Os
 .Sh NAME
@@ -31,7 +31,7 @@
 .Sh SYNOPSIS
 .In openssl/x509_vfy.h
 .Ft typedef int
-.Fo "(*X509_STORE_CTX_verify_fn)"
+.Fo (*X509_STORE_CTX_verify_fn)
 .Fa "X509_STORE_CTX *ctx"
 .Fc
 .Ft void
@@ -58,7 +58,7 @@
 .Fa "X509_STORE_CTX *ctx"
 .Fc
 .Ft typedef int
-.Fo "(*X509_STORE_CTX_check_issued_fn)
+.Fo (*X509_STORE_CTX_check_issued_fn)
 .Fa "X509_STORE_CTX *ctx"
 .Fa "X509 *subject"
 .Fa "X509 *issuer"
@@ -185,6 +185,7 @@ used in
 .Xr X509_STORE_CTX_init 3
 or the library's default implementation.
 .Sh SEE ALSO
+.Xr X509_check_issued 3 ,
 .Xr X509_STORE_CTX_init 3 ,
 .Xr X509_STORE_CTX_set_error 3 ,
 .Xr X509_STORE_CTX_set_flags 3 ,
@@ -194,7 +195,6 @@ or the library's default implementation.
 .Xr X509_STORE_set_verify_cb 3 ,
 .Xr X509_verify_cert 3 ,
 .Xr X509_VERIFY_PARAM_set_flags 3
-.Xr X509_check_issued 3
 .Sh HISTORY
 .Fn X509_STORE_set_verify_func
 first appeared in SSLeay 0.8.0 and has been available since