aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2014-09-05 09:47:45 +0200
committerIngela Anderton Andin <[email protected]>2014-09-05 09:47:45 +0200
commit7905209781a1a2771ca187bf17c18bf0ea53ff45 (patch)
tree7391cee3173c6a4e31b0f946d5beb1cca4bbfdf7 /lib/public_key
parent8ad5bd0ef8143f5ac32bd2df11d59a20e7eb0527 (diff)
downloadotp-7905209781a1a2771ca187bf17c18bf0ea53ff45.tar.gz
otp-7905209781a1a2771ca187bf17c18bf0ea53ff45.tar.bz2
otp-7905209781a1a2771ca187bf17c18bf0ea53ff45.zip
public_key: Correct documentation of ASN-1 type utf8String
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/cert_records.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/cert_records.xml b/lib/public_key/doc/src/cert_records.xml
index d1293d12b8..b66c66bead 100644
--- a/lib/public_key/doc/src/cert_records.xml
+++ b/lib/public_key/doc/src/cert_records.xml
@@ -80,7 +80,7 @@ semantics, please see <url
<p><c>
special_string() =
{teletexString, string()} | {printableString, string()} |
- {universalString, string()} | {utf8String, string()} |
+ {universalString, string()} | {utf8String, binary()} |
{bmpString, string()}
</c></p>