aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/doc/src/public_key_records.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-01-11 15:04:03 +0100
committerIngela Anderton Andin <[email protected]>2013-01-11 15:05:34 +0100
commit228aa99db473dc2145c8f55819e972f5dc6bb501 (patch)
tree4b9f74feadfdf636d05effaa4047e411d30f0469 /lib/public_key/doc/src/public_key_records.xml
parent8c1fbae6c118d366aaccd50a1795190bad97d7f3 (diff)
downloadotp-228aa99db473dc2145c8f55819e972f5dc6bb501.tar.gz
otp-228aa99db473dc2145c8f55819e972f5dc6bb501.tar.bz2
otp-228aa99db473dc2145c8f55819e972f5dc6bb501.zip
public_key: Enhance documentation
Diffstat (limited to 'lib/public_key/doc/src/public_key_records.xml')
-rw-r--r--lib/public_key/doc/src/public_key_records.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/public_key/doc/src/public_key_records.xml b/lib/public_key/doc/src/public_key_records.xml
index bb90290266..e39ad0ec64 100644
--- a/lib/public_key/doc/src/public_key_records.xml
+++ b/lib/public_key/doc/src/public_key_records.xml
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="latin1" ?>
+<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
<header>
<copyright>
<year>2008</year>
- <year>2011</year>
+ <year>2013</year>
<holder>Ericsson AB, All Rights Reserved</holder>
</copyright>
<legalnotice>
@@ -34,7 +34,7 @@
<file>public_key_records.xml</file>
</header>
- <p>This chapter briefly describes Erlang records derived from asn1
+ <p>This chapter briefly describes Erlang records derived from ASN1
specifications used to handle public and private keys. The intent
is to describe the data types and not to specify the meaning of
each component for this we refer you to the relevant standards and RFCs.</p>
@@ -67,9 +67,9 @@
}.
#'OtherPrimeInfo'{
- prime, % integer()
- exponent, % integer()
- coefficient % integer()
+ prime, % integer()
+ exponent, % integer()
+ coefficient % integer()
}.
</code>