Date: Mon, 20 Sep 2010 18:59:05 +0200

Signed-off-by: Paul Menzel <paulepan...@users.sourceforge.net>
---
 doc/apps/smime.pod |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index 42c0733..ad77949 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -343,7 +343,7 @@ Create a cleartext signed message:
  openssl smime -sign -in message.txt -text -out mail.msg \
        -signer mycert.pem
 
-Create an opaque signed message
+Create an opaque signed message:
 
  openssl smime -sign -in message.txt -text -out mail.msg -nodetach \
        -signer mycert.pem
@@ -397,11 +397,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
 
-- 
1.7.1

Attachment: signature.asc
Description: PGP signature

Reply via email to