From 11c4979b860af778383f804b70f3c1a2678aae3f 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 f51b43b2a61..c6a351e2922 100644 --- a/doc/man7/EVP_PKEY-DSA.pod +++ b/doc/man7/EVP_PKEY-DSA.pod @@ -104,7 +104,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