artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0187c5
)
Zap a trailing comma to appease mandoc -Tlint
author
tb
<tb@openbsd.org>
Sat, 17 Aug 2024 09:19:04 +0000
(09:19 +0000)
committer
tb
<tb@openbsd.org>
Sat, 17 Aug 2024 09:19:04 +0000
(09:19 +0000)
lib/libcrypto/man/X509_check_trust.3
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/X509_check_trust.3
b/lib/libcrypto/man/X509_check_trust.3
index
3a4e020
..
f085bfc
100644
(file)
--- a/
lib/libcrypto/man/X509_check_trust.3
+++ b/
lib/libcrypto/man/X509_check_trust.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: X509_check_trust.3,v 1.
9 2024/08/17 09:16:37
tb Exp $
+.\" $OpenBSD: X509_check_trust.3,v 1.
10 2024/08/17 09:19:04
tb Exp $
.\"
.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@
-18,7
+18,7
@@
.Dt X509_CHECK_TRUST 3
.Os
.Sh NAME
-.Nm X509_check_trust
,
+.Nm X509_check_trust
.Nd check whether a certificate is trusted
.Sh SYNOPSIS
.In openssl/x509.h