diff options
author | Lars Thorsen <[email protected]> | 2015-12-10 07:17:20 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2015-12-11 10:06:59 +0100 |
commit | 8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4 (patch) | |
tree | 81d2698c93afde394190325bddfc1a4fc9e80c62 /lib/ssl/doc/src/ssl.xml | |
parent | 8c276c8c804e8cefb9f88d6bc6449916c3ec3a82 (diff) | |
download | otp-8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4.tar.gz otp-8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4.tar.bz2 otp-8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4.zip |
[ssl] Correct the documentation so it follows the DTD
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 3a541ed162..32c80b3f00 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -480,8 +480,8 @@ fun(srp, Username :: string(), UserState :: term()) -> <p>The negotiated protocol can be retrieved using the <c>negotiated_protocol/1</c> function.</p> </item> - <tag><c>{client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()]}}</c></tag> - <tag><c>{client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()], Default :: binary()}}</c></tag> + <tag><c>{client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()]}}</c><br/> + <c>{client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()], Default :: binary()}}</c></tag> <item> <p>Indicates that the client is to try to perform Next Protocol Negotiation.</p> @@ -538,7 +538,6 @@ fun(srp, Username :: string(), UserState :: term()) -> be supported by the server for the prevention to work. </p></warning> </item> - </taglist> </section> |