[rtems-docs commit] user: Fix format

Chris Johns chrisj at rtems.org
Wed Aug 26 07:43:19 UTC 2020


Module:    rtems-docs
Branch:    refs/tags/5.1
Commit:    49f7e05dbd0f7eb548f05211b8f04e8c8fdac823
Changeset: http://git.rtems.org/rtems-docs/commit/?id=49f7e05dbd0f7eb548f05211b8f04e8c8fdac823

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug 13 11:37:30 2020 +0200

user: Fix format

Update #3859.

---

 user/migration/v4_11-to-v5.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user/migration/v4_11-to-v5.rst b/user/migration/v4_11-to-v5.rst
index 0e0fb46..d42744d 100644
--- a/user/migration/v4_11-to-v5.rst
+++ b/user/migration/v4_11-to-v5.rst
@@ -134,7 +134,7 @@ To address resource leaks in the RTEMS shell, the management of shell
 environments changed.  This change may break existing code.  Here is an example
 how a broken Telnet shell can be fixed:
 
-. code-block:: c
+.. code-block:: c
 
     static void
     telnet_shell( char *name, void *arg )



More information about the vc mailing list