Commit 3930acb0d7 for openssl.org

commit 3930acb0d7bf91ad62b694edf906ffd17f2cf082
Author: Pablo Rodríguez <ousia@users.noreply.github.com>
Date:   Thu Mar 5 17:49:12 2026 +0100

    add an initial space to format a command in `openssl-cms.pod.in`
    CLA: trivial

    Reviewed-by: Tomas Mraz <tomas@openssl.org>
    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    MergeDate: Thu Mar 12 08:42:31 2026
    (Merged from https://github.com/openssl/openssl/pull/30274)

diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in
index 623bc71b15..52a7217472 100644
--- a/doc/man1/openssl-cms.pod.in
+++ b/doc/man1/openssl-cms.pod.in
@@ -902,7 +902,7 @@ Use SHA256 KDF with an ECDH certificate:

 Print CMS signed binary data in human-readable form:

-openssl cms -in signed.cms -binary -inform DER -cmsout -print
+ openssl cms -in signed.cms -binary -inform DER -cmsout -print

 =head1 BUGS