summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ASN1_STRING_print_ex.pod
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2007-02-03 10:28:08 +0000
committerNils Larsch <nils@openssl.org>2007-02-03 10:28:08 +0000
commit0501f02b060e45f2e2d275d779d864f3159f8ea9 (patch)
treecd195bc25e0cf6c1e74ce488e9a8cdd4ddad46b4 /doc/crypto/ASN1_STRING_print_ex.pod
parent689f9faba41dc199907d3ed8e2b126107171417d (diff)
fix documentation
PR: 1466
Diffstat (limited to 'doc/crypto/ASN1_STRING_print_ex.pod')
-rw-r--r--doc/crypto/ASN1_STRING_print_ex.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/ASN1_STRING_print_ex.pod b/doc/crypto/ASN1_STRING_print_ex.pod
index d662225b87..3891b88791 100644
--- a/doc/crypto/ASN1_STRING_print_ex.pod
+++ b/doc/crypto/ASN1_STRING_print_ex.pod
@@ -43,9 +43,9 @@ interprets UTF8 sequences.
Escaping takes several forms.
-If the character being escaped is a 16 bit character then the form "\WXXXX" is used
+If the character being escaped is a 16 bit character then the form "\UXXXX" is used
using exactly four characters for the hex representation. If it is 32 bits then
-"\UXXXXXXXX" is used using eight characters of its hex representation. These forms
+"\WXXXXXXXX" is used using eight characters of its hex representation. These forms
will only be used if UTF8 conversion is not set (see below).
Printable characters are normally escaped using the backslash '\' character. If