summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/net/coaps_client/README.rst6
-rw-r--r--samples/net/coaps_server/README.rst6
-rw-r--r--samples/net/zoap_client/README.rst2
3 files changed, 7 insertions, 7 deletions
diff --git a/samples/net/coaps_client/README.rst b/samples/net/coaps_client/README.rst
index bdc1696cd..53ab672ed 100644
--- a/samples/net/coaps_client/README.rst
+++ b/samples/net/coaps_client/README.rst
@@ -2,11 +2,11 @@ CoAP over DTLS sample client
############################
Overview
-========
+********
This sample code shows a CoAP over DTLS client using mbedTLS on top of Zephyr.
Building and Running
-====================
+********************
Follow the steps for testing :ref:`networking with Qemu <networking_with_qemu>`.
@@ -48,6 +48,6 @@ If the server does not receive the messages, restart the app and try to connect
the client again.
References
-==========
+**********
* https://wiki.zephyrproject.org/view/Networking-with-Qemu
diff --git a/samples/net/coaps_server/README.rst b/samples/net/coaps_server/README.rst
index 23fa2a2d6..74dcae247 100644
--- a/samples/net/coaps_server/README.rst
+++ b/samples/net/coaps_server/README.rst
@@ -2,11 +2,11 @@ CoAP over DTLS sample server
############################
Overview
-========
+********
This sample code shows a CoAP over DTLS server using mbedTLS on top of Zephyr.
Building and Running
-====================
+********************
Follow the steps for testing :ref:`networking with Qemu <networking_with_qemu>`.
@@ -69,7 +69,7 @@ If the server does not receive the messages, restart the app and try to connect
the client again.
References
-==========
+**********
* https://wiki.zephyrproject.org/view/Networking-with-Qemu
* https://tls.mbed.org/
diff --git a/samples/net/zoap_client/README.rst b/samples/net/zoap_client/README.rst
index 02f2fee50..9a9083fe4 100644
--- a/samples/net/zoap_client/README.rst
+++ b/samples/net/zoap_client/README.rst
@@ -32,7 +32,7 @@ It can be built and executed on QEMU as follows:
make run
Sample output
--------------
+=============
.. code-block:: console