]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
blank line required to display code in `openssl-ts.pod.in`
authorPablo Rodríguez <ousia@users.noreply.github.com>
Fri, 30 Aug 2024 14:56:03 +0000 (16:56 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 5 Sep 2024 15:26:58 +0000 (17:26 +0200)
CLA:trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25338)

doc/man1/openssl-ts.pod.in

index 632d2e6b25928732d2555ee2521057fe423fd9db..ecce6df8c76e57a4bc875be7e0da46dec65dffd1 100644 (file)
@@ -584,10 +584,12 @@ To verify a timestamp reply that includes the certificate chain:
         -CAfile cacert.pem
 
 To verify a timestamp token against the original data file:
+
   openssl ts -verify -data design2.txt -in design2.tsr \
         -CAfile cacert.pem
 
 To verify a timestamp token against a message imprint:
+
   openssl ts -verify -digest b7e5d3f93198b38379852f2c04e78d73abdd0f4b \
          -in design2.tsr -CAfile cacert.pem