diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-02 17:06:19 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-09 09:08:38 +0200 |
commit | 1521bc5840d754ebb38a991855def17a5d9974b9 (patch) | |
tree | 71d0a7979a69b6842a6718ca07750a048a05ea77 /lib/ssl/doc/src/using_ssl.xml | |
parent | 7461639d24f5d28e2b43ec10e1aa2376b4ba8936 (diff) | |
download | otp-1521bc5840d754ebb38a991855def17a5d9974b9.tar.gz otp-1521bc5840d754ebb38a991855def17a5d9974b9.tar.bz2 otp-1521bc5840d754ebb38a991855def17a5d9974b9.zip |
ssl: Add links
Diffstat (limited to 'lib/ssl/doc/src/using_ssl.xml')
-rw-r--r-- | lib/ssl/doc/src/using_ssl.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/ssl/doc/src/using_ssl.xml b/lib/ssl/doc/src/using_ssl.xml index e3ebca9410..01b7970fb6 100644 --- a/lib/ssl/doc/src/using_ssl.xml +++ b/lib/ssl/doc/src/using_ssl.xml @@ -31,12 +31,14 @@ <rev></rev> <file>using_ssl.xml</file> </header> - <p>To see relevant version information for ssl, call <c>ssl:versions/0</c>.</p> + <p>To see relevant version information for ssl, call + <seealso marker="ssl:versions-0"><c>ssl:versions/0</c></seealso> + .</p> - <p>To see all supported cipher suites, call <c>ssl:cipher_suites/0</c>. - The available cipher suites for a connection depend on your certificate. - Specific cipher suites that you want your connection to use can also be - specified. Default is to use the strongest available.</p> + <p>To see all supported cipher suites, call <seealso marker="ssl:cipher_suites-1"><c>ssl:cipher_suites(all)</c> </seealso>. + The available cipher suites for a connection depend on your certificate. + Specific cipher suites that you want your connection to use can also be + specified. Default is to use the strongest available.</p> <section> <title>Setting up Connections</title> |