diff options
author | tb <> | 2024-08-17 09:19:04 +0000 |
---|---|---|
committer | tb <> | 2024-08-17 09:19:04 +0000 |
commit | 21e45bbdc2387dc8b79379f0d875052823b478a4 (patch) | |
tree | 97a9b640977dde12b982258baa74b9003a6c9ff4 /src | |
parent | 26881b336ecad3e5607663adf595a485d8064cdc (diff) | |
download | openbsd-21e45bbdc2387dc8b79379f0d875052823b478a4.tar.gz openbsd-21e45bbdc2387dc8b79379f0d875052823b478a4.tar.bz2 openbsd-21e45bbdc2387dc8b79379f0d875052823b478a4.zip |
Zap a trailing comma to appease mandoc -Tlint
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_check_trust.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_check_trust.3 b/src/lib/libcrypto/man/X509_check_trust.3 index 3a4e020950..f085bfcf20 100644 --- a/src/lib/libcrypto/man/X509_check_trust.3 +++ b/src/lib/libcrypto/man/X509_check_trust.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_check_trust.3,v 1.9 2024/08/17 09:16:37 tb Exp $ | 1 | .\" $OpenBSD: X509_check_trust.3,v 1.10 2024/08/17 09:19:04 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -18,7 +18,7 @@ | |||
18 | .Dt X509_CHECK_TRUST 3 | 18 | .Dt X509_CHECK_TRUST 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
21 | .Nm X509_check_trust , | 21 | .Nm X509_check_trust |
22 | .Nd check whether a certificate is trusted | 22 | .Nd check whether a certificate is trusted |
23 | .Sh SYNOPSIS | 23 | .Sh SYNOPSIS |
24 | .In openssl/x509.h | 24 | .In openssl/x509.h |