From d9a46bbe060103e77a27431a96fb6d69c8ae783d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 9 Sep 2025 18:10:30 +0200 Subject: [PATCH] doc: Add missing commas CLA: trivial Signed-off-by: Jakub Jelen Reviewed-by: Paul Yang Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28493) (cherry picked from commit 1199882de69bf41225002603a8c3634c401ff99a) --- doc/man7/EVP_PKEY-DSA.pod | 2 +- doc/man7/EVP_PKEY-FFC.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man7/EVP_PKEY-DSA.pod b/doc/man7/EVP_PKEY-DSA.pod index f3bed36f88a..8733ef7f601 100644 --- a/doc/man7/EVP_PKEY-DSA.pod +++ b/doc/man7/EVP_PKEY-DSA.pod @@ -119,7 +119,7 @@ The following sections of FIPS186-4: =head1 SEE ALSO L, -L +L, L, L, L, diff --git a/doc/man7/EVP_PKEY-FFC.pod b/doc/man7/EVP_PKEY-FFC.pod index 7c9848676b8..65d95c242ad 100644 --- a/doc/man7/EVP_PKEY-FFC.pod +++ b/doc/man7/EVP_PKEY-FFC.pod @@ -213,7 +213,7 @@ The following sections of FIPS186-4: L, L, L, -L +L, L, L, L, -- 2.47.3