Minor documentation fixes, PR#2344
authorDr. Stephen Henson <steve@openssl.org>
Mon, 4 Oct 2010 13:25:29 +0000 (13:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 4 Oct 2010 13:25:29 +0000 (13:25 +0000)
doc/apps/smime.pod

index caf2d2689e62cf4685f77e9e8be1e38b7718151c..378a5b08b341ff104558643a0908eefd28fa0e8b 100644 (file)
@@ -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