aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/doc
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-10-10 14:18:20 +0200
committerFredrik Gustafsson <[email protected]>2013-10-10 14:18:20 +0200
commitf166e4e4e6ae34e5760c572cd22ecfca80e22724 (patch)
treeac15176e92515af295c2a0f43ab2a05553d32bfc /lib/public_key/doc
parent59273a5b823e9f09933e245d0b2d54a324e4f40a (diff)
parentad0e13a4e535a22db786c5f4ae24dfe220b959e4 (diff)
downloadotp-f166e4e4e6ae34e5760c572cd22ecfca80e22724.tar.gz
otp-f166e4e4e6ae34e5760c572cd22ecfca80e22724.tar.bz2
otp-f166e4e4e6ae34e5760c572cd22ecfca80e22724.zip
Merge branch 'maint'
Diffstat (limited to 'lib/public_key/doc')
-rw-r--r--lib/public_key/doc/src/using_public_key.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/using_public_key.xml b/lib/public_key/doc/src/using_public_key.xml
index 267a76ab65..450bd7e35f 100644
--- a/lib/public_key/doc/src/using_public_key.xml
+++ b/lib/public_key/doc/src/using_public_key.xml
@@ -350,7 +350,7 @@ ok</code>
<p> or </p>
- <code>1> PemBin = public_key:pem_entry_encode('SubjectPublicKeyInfo', RSAPubKey).
+ <code>1> PemEntry = public_key:pem_entry_encode('SubjectPublicKeyInfo', RSAPubKey).
{'SubjectPublicKeyInfo', &lt;&lt;48,92...&gt;&gt;, not_encrypted}
2> PemBin = public_key:pem_encode([PemEntry]).