summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-13 11:37:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-13 11:38:38 +0200
commit49f7e05dbd0f7eb548f05211b8f04e8c8fdac823 (patch)
tree2152057a0b324f0720396b34159c1dea02862f97
parentuser: Add shell environment migration aid (diff)
downloadrtems-docs-49f7e05dbd0f7eb548f05211b8f04e8c8fdac823.tar.bz2
user: Fix format5.1
Update #3859.
-rw-r--r--user/migration/v4_11-to-v5.rst2
1 files changed, 1 insertions, 1 deletions
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 )