diff options
author | Ingela Anderton Andin <[email protected]> | 2015-05-07 13:29:16 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-05-07 15:50:56 +0200 |
commit | d34eab98d034598f2e9ed96c8e3aa992cb633bc8 (patch) | |
tree | be18e1b7e0816b12da28ee68f8cf11ed7097a362 /lib/public_key/doc/src/public_key.xml | |
parent | 25575183ca581a080478ad499e308a76e44e4def (diff) | |
download | otp-d34eab98d034598f2e9ed96c8e3aa992cb633bc8.tar.gz otp-d34eab98d034598f2e9ed96c8e3aa992cb633bc8.tar.bz2 otp-d34eab98d034598f2e9ed96c8e3aa992cb633bc8.zip |
public_key: Correct application names and typos
Diffstat (limited to 'lib/public_key/doc/src/public_key.xml')
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 3d5c135075..8a81593341 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -43,9 +43,9 @@ <title>public_key</title> <list type="bulleted"> - <item><c>public_key</c> requires the <c>crypto</c> and <c>ASN.1</c> applications, - the latter as OTP R16 (hopefully the runtime dependency on <c>ASN.1</c> will - be removed again in the future).</item> + <item> Public Key requires the Crypto and ASN1 applications, + the latter as OTP R16 (hopefully the runtime dependency on ASN1 will + be removed again in the future).</item> <item>Supports <url href="http://www.ietf.org/rfc/rfc5280.txt">RFC 5280 </url> - Internet X.509 Public-Key Infrastructure Certificate and Certificate Revocation List @@ -268,7 +268,7 @@ <fsummary>Decodes a public-key ASN.1 DER encoded entity.</fsummary> <type> <v>Asn1Type = atom()</v> - <d>ASN.1 type present in the <c>public_key</c> applications + <d>ASN.1 type present in the Public Key applications ASN.1 specifications.</d> <v>Der = der_encoded()</v> </type> @@ -282,7 +282,7 @@ <fsummary>Encodes a public-key entity with ASN.1 DER encoding.</fsummary> <type> <v>Asn1Type = atom()</v> - <d>ASN.1 type present in the public_key applications + <d>ASN.1 type present in the Public Key applications ASN.1 specifications.</d> <v>Entity = term()</v> <d>Erlang representation of <c>Asn1Type</c></d> @@ -626,7 +626,7 @@ fun(OtpCert :: #'OTPCertificate'{}, <p>The fun uses the information in the distribution point to access the latest possible version of the CRL. If this fun is not specified, - <c>public_key</c> uses the default implementation: + Public Key uses the default implementation: </p> <code> fun(_DP, CRL) -> CRL end</code> </item> |