diff options
author | Hans Nilsson <[email protected]> | 2017-10-18 12:00:10 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-10-18 12:00:10 +0200 |
commit | 716a5a6594cc55a562b8bd0d5583d683d5d43c98 (patch) | |
tree | 52f0be2ad407fb571f4fae27aa1754c112a0c088 /lib | |
parent | 28cb07aa4b0c91b444ce723ac968987c3a008008 (diff) | |
parent | 202d62c473e00fd066a70c85ba1d5c26ef2607a1 (diff) | |
download | otp-716a5a6594cc55a562b8bd0d5583d683d5d43c98.tar.gz otp-716a5a6594cc55a562b8bd0d5583d683d5d43c98.tar.bz2 otp-716a5a6594cc55a562b8bd0d5583d683d5d43c98.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public_key/doc/src/public_key_records.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public_key/doc/src/public_key_records.xml b/lib/public_key/doc/src/public_key_records.xml index 739310c88b..9ebdbb244d 100644 --- a/lib/public_key/doc/src/public_key_records.xml +++ b/lib/public_key/doc/src/public_key_records.xml @@ -70,10 +70,10 @@ <p><c>| {dNSName, string()}</c></p> <p><c>| {x400Address, string()}</c></p> <p><c>| {directoryName, {rdnSequence, [#AttributeTypeAndValue'{}]}}</c></p> - <p><c>| {eidPartyName, special_string()}</c></p> - <p><c>| {eidPartyName, special_string(), special_string()}</c></p> + <p><c>| {ediPartyName, special_string()}</c></p> + <p><c>| {ediPartyName, special_string(), special_string()}</c></p> <p><c>| {uniformResourceIdentifier, string()}</c></p> - <p><c>| {ipAddress, string()}</c></p> + <p><c>| {iPAddress, string()}</c></p> <p><c>| {registeredId, oid()}</c></p> <p><c>| {otherName, term()}</c></p> </item> |