]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
add an initial space to format a command in `openssl-cms.pod.in`
authorPablo Rodríguez <ousia@users.noreply.github.com>
Thu, 5 Mar 2026 16:49:12 +0000 (17:49 +0100)
committerNorbert Pocs <norbertp@openssl.org>
Thu, 12 Mar 2026 08:42:27 +0000 (09:42 +0100)
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)

doc/man1/openssl-cms.pod.in

index 623bc71b151800dfb804732bb5c9fc2ffd5e007f..52a721747229cd2a0199cb6dc60bbabbad7a0838 100644 (file)
@@ -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