summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-10-04 13:25:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-10-04 13:25:29 +0000
commitf10986bab4ab26dc42046d424eacee854e54839e (patch)
treee91393d73107a9113be8dfaef52d7beabb5d36e3 /doc
parent6cb5746b65a53207bc794121a0c78603bff8ea30 (diff)
Minor documentation fixes, PR#2344
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/smime.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index caf2d2689e..378a5b08b3 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -300,7 +300,7 @@ Create a cleartext signed message:
openssl smime -sign -in message.txt -text -out mail.msg \
-signer mycert.pem
-Create and opaque signed message
+Create and opaque signed message:
openssl smime -sign -in message.txt -text -out mail.msg -nodetach \
-signer mycert.pem
@@ -349,11 +349,11 @@ it with:
-----BEGIN PKCS7-----
-----END PKCS7-----
-and using the command,
+and using the command:
openssl smime -verify -inform PEM -in signature.pem -content content.txt
-alternatively you can base64 decode the signature and use
+Alternatively you can base64 decode the signature and use:
openssl smime -verify -inform DER -in signature.der -content content.txt