summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ASN1_STRING_print_ex.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-11-13 13:38:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-11-13 13:38:34 +0000
commit521aaafc6aa77266b92f2458ea1196ed53d81657 (patch)
tree483526886fb0def6fe6bb272ec9c7d2035a2c62e /doc/crypto/ASN1_STRING_print_ex.pod
parent78df5a2f1e050c7d1f16c549c82bd3ee7057fe6c (diff)
PR: 969
Submitted by: David Holmes <davidh@3blackdogs.com>
Diffstat (limited to 'doc/crypto/ASN1_STRING_print_ex.pod')
-rw-r--r--doc/crypto/ASN1_STRING_print_ex.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/crypto/ASN1_STRING_print_ex.pod b/doc/crypto/ASN1_STRING_print_ex.pod
index fbf9a1f141..d662225b87 100644
--- a/doc/crypto/ASN1_STRING_print_ex.pod
+++ b/doc/crypto/ASN1_STRING_print_ex.pod
@@ -30,8 +30,8 @@ with '.'.
ASN1_STRING_print() is a legacy function which should be avoided in new applications.
-Although there are a large number of options frequently B<ASN1_STRFLAGS_RFC2253> is
-suitable, or on UTF8 terminals B<ASN1_STRFLAGS_RFC2253 & ~ASN1_STRFLAGS_ESC_MSB>.
+Although there are a large number of options frequently B<ASN1_STRFLGS_RFC2253> is
+suitable, or on UTF8 terminals B<ASN1_STRFLGS_RFC2253 & ~ASN1_STRFLGS_ESC_MSB>.
The complete set of supported options for B<flags> is listed below.
@@ -72,7 +72,7 @@ octet.
If B<ASN1_STRFLGS_DUMP_ALL> is set then any type is dumped.
Normally non character string types (such as OCTET STRING) are assumed to be
-one byte per character, if B<ASN1_STRFLAGS_DUMP_UNKNOWN> is set then they will
+one byte per character, if B<ASN1_STRFLGS_DUMP_UNKNOWN> is set then they will
be dumped instead.
When a type is dumped normally just the content octets are printed, if