diff options
author | Hans Nilsson <[email protected]> | 2017-09-22 10:30:08 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-09-22 10:30:08 +0200 |
commit | 35ed7ad9bdc4ce32c9b461064d042167551c27df (patch) | |
tree | e8f8919c6717e73ec26d61ff964193a787c595e8 /lib/public_key | |
parent | 6972369837f9004d23883acce1271d1b53bb0a24 (diff) | |
parent | fe38a0b6e9b0a9f69dddfaa563fc5ebff3553581 (diff) | |
download | otp-35ed7ad9bdc4ce32c9b461064d042167551c27df.tar.gz otp-35ed7ad9bdc4ce32c9b461064d042167551c27df.tar.bz2 otp-35ed7ad9bdc4ce32c9b461064d042167551c27df.zip |
Merge branch 'hans/public_key/fix_broken_marker' into maint
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 5a4fdf057b..fcf37a7a4d 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -794,7 +794,7 @@ fun(#'DistributionPoint'{}, #'CertificateList'{}, client_config := [conf_opt()]}</v> <v>conf_opt() = {cert, der_encoded()} | {key, der_encoded()} |{cacerts, [der_encoded()]}</v> - <d>This is a subset of the type <seealso marker="ssl#type-ssloption"> ssl:ssl_option()</seealso> </d> + <d>This is a subset of the type <seealso marker="ssl:ssl#type-ssloption"> ssl:ssl_option()</seealso> </d> </type> <desc> |