aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/tls.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-22 13:24:06 -0400
committerJack Lloyd <[email protected]>2016-10-22 13:24:06 -0400
commitf1557cb19dfb1220ddf994c931c148d83beb2390 (patch)
tree495bc035b52dfbf6bc5ec48a450003bf2c8b48c8 /doc/manual/tls.rst
parentecbe5a45f3d508b1c8aef7ee7508c65ac3d92c82 (diff)
parent4cc164ccf9035de64c1d783c2cb57032e2f6c6b0 (diff)
GH #674 Check Doxygen and Sphinx builds as part of CI
Diffstat (limited to 'doc/manual/tls.rst')
-rw-r--r--doc/manual/tls.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst
index d0e63b9f8..7ef61e63d 100644
--- a/doc/manual/tls.rst
+++ b/doc/manual/tls.rst
@@ -103,7 +103,7 @@ information about the connection.
This callback is for exerimental purposes and currently unused. It may be
removed or modified in a future release.
-Versions from 1.11.0 to 1.11.30 did not have ``TLS::Callbacks` and instead
+Versions from 1.11.0 to 1.11.30 did not have ``TLS::Callbacks`` and instead
used independent std::functions to pass the various callback functions.
This interface is currently still included but is deprecated and will be removed
in a future release. For the documentation for this interface, please check
@@ -223,7 +223,7 @@ TLS Clients
.. cpp:class:: TLS::Client
.. cpp:function:: Client( \
- Callbacks& callbacks,
+ Callbacks& callbacks, \
Session_Manager& session_manager, \
Credentials_Manager& creds, \
const Policy& policy, \
@@ -290,7 +290,7 @@ TLS Servers
.. cpp:class:: TLS::Server
.. cpp:function:: Server( \
- Callbacks& callbacks,
+ Callbacks& callbacks, \
Session_Manager& session_manager, \
Credentials_Manager& creds, \
const Policy& policy, \