diff options
author | Patrik Nyblom <[email protected]> | 2012-11-20 11:36:06 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-11-21 18:11:49 +0100 |
commit | 161a52b48c901a33d5e459edf0c97525d352a1a4 (patch) | |
tree | ba451d370ead1c3888fbd76adb580a50ebb7f2d5 /lib/public_key/doc | |
parent | 608ae226acd4c6340c66ce6038436f849b735673 (diff) | |
download | otp-161a52b48c901a33d5e459edf0c97525d352a1a4.tar.gz otp-161a52b48c901a33d5e459edf0c97525d352a1a4.tar.bz2 otp-161a52b48c901a33d5e459edf0c97525d352a1a4.zip |
Make public_key doc compile again
Diffstat (limited to 'lib/public_key/doc')
-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> |