diff options
author | Ingela Anderton Andin <[email protected]> | 2012-11-21 18:12:47 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-11-21 18:12:47 +0100 |
commit | aac2d702d0490e402723bc73e142a6df59bf3172 (patch) | |
tree | bf5a4b4a9113c19a3a2a98c00c0cdc14df66a2d6 /lib | |
parent | 998ed368ed0630f2a1b202c046afad0022b3ccc6 (diff) | |
parent | 161a52b48c901a33d5e459edf0c97525d352a1a4 (diff) | |
download | otp-aac2d702d0490e402723bc73e142a6df59bf3172.tar.gz otp-aac2d702d0490e402723bc73e142a6df59bf3172.tar.bz2 otp-aac2d702d0490e402723bc73e142a6df59bf3172.zip |
Merge branch 'ia/pan/fix-public-key-doc' into maint
* ia/pan/fix-public-key-doc:
Make public_key doc compile again
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public_key/doc/src/cert_records.xml | 4 | ||||
-rw-r--r-- | lib/public_key/doc/src/introduction.xml | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/public_key/doc/src/cert_records.xml b/lib/public_key/doc/src/cert_records.xml index edef664245..94c7c46350 100644 --- a/lib/public_key/doc/src/cert_records.xml +++ b/lib/public_key/doc/src/cert_records.xml @@ -39,8 +39,8 @@ describe the data types and not to specify the meaning of each component for this we refer you to <url href="http://www.ietf.org/rfc/rfc5280.txt">RFC 5280</url>. Also - descirbed is <p>CertificationRequest</p> that is defined by <url - href=http://www.rsa.com/rsalabs/node.asp?id=2124">PKCS-10</url>. + descirbed is <p>CertificationRequest</p> that is defined by + <url href="http://www.rsa.com/rsalabs/node.asp?id=2124">PKCS-10</url>. </p> <p>Use the following include directive to get access to the diff --git a/lib/public_key/doc/src/introduction.xml b/lib/public_key/doc/src/introduction.xml index b1d1114a6c..e0dd5603f7 100644 --- a/lib/public_key/doc/src/introduction.xml +++ b/lib/public_key/doc/src/introduction.xml @@ -39,7 +39,8 @@ <p> This application provides an API to public key infrastructure from <url href="http://www.ietf.org/rfc/rfc5280.txt">RFC 5280</url> (X.509 certificates) and public key formats defined by - the <url href=http://www.rsa.com/rsalabs/node.asp?id=2124"> PKCS-standard</url></p> + the <url href="http://www.rsa.com/rsalabs/node.asp?id=2124"> + PKCS-standard</url></p> </section> <section> |