aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-04 15:11:42 -0400
committerJack Lloyd <[email protected]>2018-04-04 15:11:42 -0400
commit30f1500361b899ff436610781329ba0726d07746 (patch)
tree5126026abf07301b60192c048409036b4aa7a727 /doc
parent066fc339e32c30fde138129875e5357f60720656 (diff)
Fix ReST formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/tls.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst
index 3587558c7..1d620fabd 100644
--- a/doc/manual/tls.rst
+++ b/doc/manual/tls.rst
@@ -1200,7 +1200,8 @@ as shown in the following code examples.
3. Adjustment of the TLS policy by allowing the custom curve
Client Code Example
-^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^
+
.. code-block:: cpp
#include <botan/tls_client.h>
@@ -1373,7 +1374,8 @@ Client Code Example
}
Server Code Example
-^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^
+
.. code-block:: cpp
#include <botan/tls_server.h>