user: Fix format

This commit is contained in:
Sebastian Huber
2020-08-13 11:37:30 +02:00
parent 967999b996
commit 3d22529d1e

View File

@@ -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 environments changed. This change may break existing code. Here is an example
how a broken Telnet shell can be fixed: how a broken Telnet shell can be fixed:
. code-block:: c .. code-block:: c
static void static void
telnet_shell( char *name, void *arg ) telnet_shell( char *name, void *arg )